mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Set Context::$_tpl_vars to global $__Context__
This commit is contained in:
parent
513f136c34
commit
76aafac4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class Context
|
|||
}
|
||||
|
||||
// Set global variables for backward compatibility.
|
||||
$GLOBALS['__Context__'] = $this;
|
||||
$GLOBALS['__Context__'] = &self::$_tpl_vars;
|
||||
|
||||
// Set information about the current request.
|
||||
$this->setRequestMethod();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue