mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#19607075 문법 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8156 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a6a32f29d
commit
5d067e7263
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
$this->init($tpl_path, $tpl_filename, $tpl_file);
|
||||
|
||||
// if target file does not exist exit
|
||||
if(!$this->file || !file_exists($this->file)) return sprintf('Err : "%s" template file is not exists.', $this->file);
|
||||
if(!$this->file || !file_exists($this->file)) return sprintf('Err : "%s" template file does not exists.', $this->file);
|
||||
|
||||
$source_template_mtime = filemtime($this->file);
|
||||
$latest_mtime = $source_template_mtime>$this->handler_mtime?$source_template_mtime:$this->handler_mtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue