mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #293 Incompatible use of set_to_get_vars in Context::set()
This commit is contained in:
parent
98f12271f1
commit
397a1e163b
1 changed files with 1 additions and 1 deletions
|
|
@ -1884,7 +1884,7 @@ class Context
|
|||
self::$_user_vars->{$key} = $val;
|
||||
self::$_instance->{$key} = $val;
|
||||
|
||||
if($set_to_get_vars)
|
||||
if($set_to_get_vars || isset(self::$_instance->get_vars->{$key}))
|
||||
{
|
||||
if($val === NULL || $val === '')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue