...
|
...
|
@@ -234,7 +234,7 @@ class Q_Action extends Yaf_Controller_Abstract |
|
|
echo "<meta http-equiv=\"refresh\" content=\"{$content};url={$url}\">";
|
|
|
}
|
|
|
|
|
|
private function _g($key, $default = '')
|
|
|
protected function _g($key, $default = '')
|
|
|
{
|
|
|
return $this->getRequest()->getQuery($key, $default);
|
|
|
}
|
...
|
...
|
|