PHP 5.4 이상에서의 호환성 문제 개선.

This commit is contained in:
bnu 2013-12-04 20:17:14 +09:00
parent 2bf31f566a
commit 7daa63cedf
9 changed files with 22 additions and 17 deletions

View file

@ -456,7 +456,7 @@ class adminAdminController extends admin
*/
function _deleteAllFavorite()
{
$args = NULL;
$args = new stdClass;
$output = executeQuery('admin.deleteAllFavorite', $args);
return $output;
}