mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Update Context.class.php
fixed typo;
This commit is contained in:
parent
a38169cfb1
commit
b9043013d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ class Context
|
||||||
}
|
}
|
||||||
$val = $this->_filterRequestVar($key, $val);
|
$val = $this->_filterRequestVar($key, $val);
|
||||||
|
|
||||||
if($request_method == 'GET' && isset($_GET[$key]))
|
if($requestMethod == 'GET' && isset($_GET[$key]))
|
||||||
{
|
{
|
||||||
$set_to_vars = TRUE;
|
$set_to_vars = TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue