mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21: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
|
else
|
||||||
{
|
{
|
||||||
$output = require_once $flag_path;
|
$output = Rhymix\Framework\Storage::readPHPData($flag_path);
|
||||||
if(is_object($output))
|
if($output !== false)
|
||||||
{
|
{
|
||||||
$output->flag_exists = true;
|
$output->flag_exists = true;
|
||||||
return $output;
|
return $output;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue