mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
fix typo
This commit is contained in:
parent
322aec9fab
commit
224c4a8514
2 changed files with 6 additions and 3 deletions
|
|
@ -968,7 +968,7 @@ class ncenterliteController extends ncenterlite
|
|||
}
|
||||
|
||||
$flag_path = \RX_BASEDIR . 'files/cache/ncenterlite/new_notify/' . getNumberingPath($args->target_member_srl) . $args->target_member_srl . '.php';
|
||||
if($flag_path)
|
||||
if(file_exists($flag_path))
|
||||
{
|
||||
//remove flag files
|
||||
FileHandler::removeFile($flag_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue