aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-04-23 23:12:26 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-04-23 23:12:26 +0200
commit60b1e032bc328a422e44e602d33757ca5c51fa4f (patch)
tree839639d67c5a716f8aedb8af824cfac19c9226f0 /app
parent7fb9773c2823997da7d09cea751dfa62a6837214 (diff)
parent805ec6392c660641926f6a637b3c123dae528bc4 (diff)
Merge branch 'http2_headers' into dev
Diffstat (limited to 'app')
-rw-r--r--app/FreshRSS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index 562d8e2cd..dd62c1919 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -47,6 +47,7 @@ class FreshRSS extends Minz_FrontController {
// Finish to initialize the other FreshRSS / Minz components.
FreshRSS_Context::init();
self::initI18n();
+ self::loadNotifications();
// Enable extensions for the current (logged) user.
if (FreshRSS_Auth::hasAccess()) {
$ext_list = FreshRSS_Context::$user_conf->extensions_enabled;
@@ -131,6 +132,5 @@ class FreshRSS extends Minz_FrontController {
FreshRSS_Share::load(join_path(DATA_PATH, 'shares.php'));
self::loadStylesAndScripts();
- self::loadNotifications();
}
}