aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php4
1 files changed, 2 insertions, 2 deletions
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);
}
}
}