diff options
Diffstat (limited to 'app/Controllers/indexController.php')
| -rw-r--r-- | app/Controllers/indexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php index fa46c3f3a..d914e4eef 100644 --- a/app/Controllers/indexController.php +++ b/app/Controllers/indexController.php @@ -104,7 +104,7 @@ class FreshRSS_index_Controller extends FreshRSS_ActionController { $this->view->rss_title = FreshRSS_Context::$name . ' | ' . FreshRSS_View::title(); $title = FreshRSS_Context::$name; - $search = Minz_Request::paramString('search'); + $search = FreshRSS_Context::$search->__toString(); if ($search !== '') { $title = '“' . $search . '”'; } |
