mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
fixed a mistake on r10775
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10861 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae60abc551
commit
30ad13026f
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ class TemplateHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = "<?php {$result} ?>";
|
$result = "<?php {$result} ?>";
|
||||||
if(__DEBUG__) if($metafile) $result = "<!--#Meta:{$metafile}-->".$result;
|
if($metafile) $result = "<!--#Meta:{$metafile}-->".$result;
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue