From 96484d22a145fdef1d9002dc323f02e3b8ed2135 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 1 Mar 2024 10:08:05 +0100 Subject: Minz remove use of deprecated variable (#6132) and related improvements to clarify inheritance Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6130 --- app/FreshRSS.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/FreshRSS.php') diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 1e172c165..f41ff5d2e 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -23,8 +23,6 @@ class FreshRSS extends Minz_FrontController { Minz_Session::init('FreshRSS'); } - Minz_ActionController::$defaultViewType = FreshRSS_View::class; - FreshRSS_Context::initSystem(); if (!FreshRSS_Context::hasSystemConf()) { $message = 'Error during context system init!'; -- cgit v1.2.3