mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
Fix typo in DocumentController::makeCategoryFile()
This commit is contained in:
parent
f531c53d37
commit
856544a058
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue