mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +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);
|
||||
|
||||
if($request_method == 'GET' && isset($_GET[$key]))
|
||||
if($requestMethod == 'GET' && isset($_GET[$key]))
|
||||
{
|
||||
$set_to_vars = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue