aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 281eb88c4d..52879deb9c 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -146,6 +146,9 @@ if (!$config['use_system_cron'])
$cron = $phpbb_container->get('cron.manager');
}
+// Load notifications
+$phpbb_notifications = $phpbb_container->get('notifications');
+
/**
* Main event which is triggered on every page
*