mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
아래쪽 플래그파일에도 readPHPData함수 사용
This commit is contained in:
parent
c6881a283e
commit
b45523f37c
1 changed files with 2 additions and 2 deletions
|
|
@ -238,8 +238,8 @@ class ncenterliteModel extends ncenterlite
|
|||
}
|
||||
else
|
||||
{
|
||||
$output = require_once $flag_path;
|
||||
if(is_object($output))
|
||||
$output = Rhymix\Framework\Storage::readPHPData($flag_path);
|
||||
if($output !== false)
|
||||
{
|
||||
$output->flag_exists = true;
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue