fix #623 오타 수정

This commit is contained in:
bnu 2014-04-04 19:09:40 +09:00
parent 3f38f32f99
commit a5f082e081
2 changed files with 4 additions and 4 deletions

View file

@ -160,7 +160,7 @@ class FrontEndFileHandler extends Handler
if(strpos($file->filePath, '://') === FALSE)
{
if(!__DEBUG__ && _XE_VERSION_STABLE__)
if(!__DEBUG__ && __XE_VERSION_STABLE__)
{
// if no debug mode, load minifed file
$minifiedFileName = implode('.', array($file->fileNameNoExt, 'min', $file->fileExtension));