mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
change singleton instance
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12700 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2fd6970c0
commit
b1c312cae3
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class editorModel extends editor
|
||||||
// load editor skin lang
|
// load editor skin lang
|
||||||
Context::loadLang($tpl_path.'lang');
|
Context::loadLang($tpl_path.'lang');
|
||||||
// Return the compiled result from tpl file
|
// Return the compiled result from tpl file
|
||||||
$oTemplate = new TemplateHandler();
|
$oTemplate = TemplateHandler::getInstance();
|
||||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue