mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
Isolate user-created template vars (Context::set) from Context instance properties
This commit is contained in:
parent
bec5e9ec5d
commit
513f136c34
2 changed files with 53 additions and 67 deletions
|
|
@ -344,7 +344,7 @@ class TemplateHandler
|
|||
*/
|
||||
private function _fetch($filename)
|
||||
{
|
||||
$__Context = Context::getInstance();
|
||||
$__Context = Context::getAll();
|
||||
$__Context->tpl_path = $this->path;
|
||||
|
||||
$__ob_level_before_fetch = ob_get_level();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue