mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
POST/GET
* unify accessing &_GET and &_POST data
This commit is contained in:
@@ -511,7 +511,7 @@ class CommunityContent
|
||||
{
|
||||
$result = array(
|
||||
'vi' => self::getVideos($type, $typeId),
|
||||
'sc' => self::getScreenshots($type, $typeId),
|
||||
'ss' => self::getScreenshots($type, $typeId),
|
||||
'co' => self::getComments($type, $typeId)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user