mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +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); '.
|
||||
'} else { '.
|
||||
'$is_admin = false; '.
|
||||
'$group_srsl = array(); '.
|
||||
'$group_srls = array(); '.
|
||||
'} '."\n";
|
||||
|
||||
// Create the xml cache file (a separate session is needed for xml cache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue