mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix cookie handling in Context class
This commit is contained in:
parent
819562ffd1
commit
8b8d32c9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class Context
|
|||
// set context variables in $GLOBALS (backward compatibility)
|
||||
$GLOBALS['__Context__'] &= $this;
|
||||
$GLOBALS['lang'] &= $this->lang;
|
||||
$this->_COOKIE &= $_COOKIE;
|
||||
$this->_COOKIE = $_COOKIE;
|
||||
|
||||
// 20140429 editor/image_link
|
||||
$this->_checkGlobalVars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue