Fix typo in DocumentController::makeCategoryFile()

This commit is contained in:
Kijin Sung 2017-04-15 21:46:38 +09:00
parent f531c53d37
commit 856544a058

View file

@ -2165,7 +2165,7 @@ class documentController extends document
'$group_srls = array_keys($logged_info->group_list); '. '$group_srls = array_keys($logged_info->group_list); '.
'} else { '. '} else { '.
'$is_admin = false; '. '$is_admin = false; '.
'$group_srsl = array(); '. '$group_srls = array(); '.
'} '."\n"; '} '."\n";
// Create the xml cache file (a separate session is needed for xml cache) // Create the xml cache file (a separate session is needed for xml cache)