Update Context.class.php

fixed typo;
This commit is contained in:
sol kim 2013-11-22 16:07:52 +09:00
parent a38169cfb1
commit b9043013d2

View file

@ -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;
}