mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- added announcements to titles and error-page
- file inclusion:
- now only require without brackets
- classes for ListTypes are auto-loaded
- (minor) empty array to new syntax (php5+)
This commit is contained in:
@@ -15,14 +15,14 @@ class CommunityContent
|
||||
private function getComments($type, $typeId)
|
||||
{
|
||||
// comments
|
||||
return array();
|
||||
return [];
|
||||
}
|
||||
|
||||
private function getVideos($type, $typeId)
|
||||
{
|
||||
return DB::Aowow()->Query("
|
||||
SELECT
|
||||
v.Id,
|
||||
v.Id,
|
||||
a.displayName AS user,
|
||||
v.date,
|
||||
v.videoId,
|
||||
|
||||
Reference in New Issue
Block a user