mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
syntax 오류 수정
:)
This commit is contained in:
parent
4d9e68b9e4
commit
1fd3555111
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class FileHandler
|
|||
*/
|
||||
function getRealPath($source)
|
||||
{
|
||||
if(isset() && substr_compare($source, './', 0, 2) === 0)
|
||||
if(isset($source) && substr_compare($source, './', 0, 2) === 0)
|
||||
{
|
||||
return _XE_PATH_ . substr($source, 2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue