diff options
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 2e7ef6faa..12390b626 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -23,7 +23,7 @@ class FreshRSS extends Minz_FrontController { Minz_Session::init('FreshRSS'); } - Minz_ActionController::$viewType = 'FreshRSS_View'; + Minz_ActionController::$defaultViewType = FreshRSS_View::class; FreshRSS_Context::initSystem(); if (FreshRSS_Context::$system_conf == null) { |
