mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
fixed typo
This commit is contained in:
parent
239ff94277
commit
9456355d85
1 changed files with 1 additions and 1 deletions
|
|
@ -1040,7 +1040,7 @@ class ncenterliteController extends ncenterlite
|
|||
return;
|
||||
}
|
||||
|
||||
FileHandler::makeDir(\RX_BASEDIR . 'files/cache/ncenterlite/new_notify' . getNumberingPath($member_srl));
|
||||
FileHandler::makeDir(\RX_BASEDIR . 'files/cache/ncenterlite/new_notify/' . getNumberingPath($member_srl));
|
||||
$buff = "<?php return unserialize(" . var_export(serialize($output), true) . ");\n";
|
||||
FileHandler::writeFile($flag_path, $buff);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue