From f8f163d054110f7e0ff6650fca146b474335f4bd Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Fri, 7 Jul 2023 22:36:27 +0200 Subject: Chore/processing of depreciations and updating code to php72 minimum (#5504) * processing of depreciations and updating of code to php7.2 minimum * Autoformat many strange array indenting And revert a few unwanted changes --------- Co-authored-by: Luc Co-authored-by: Alexandre Alapetite --- app/FreshRSS.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/FreshRSS.php') diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 6e39fe97e..c4f06f63f 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -177,10 +177,10 @@ class FreshRSS extends Minz_FrontController { Minz_Request::is('javascript', 'nonce') ); if ($email_not_verified && !$action_is_allowed) { - Minz_Request::forward(array( + Minz_Request::forward([ 'c' => 'user', 'a' => 'validateEmail', - ), true); + ], true); } } } -- cgit v1.2.3