From 8b8a45b7038f573a2e18e761eeff4f506185af0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 20 Dec 2016 11:27:40 +0100 Subject: [PATCH] added curly braces + space between "if" and brace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/notify.php b/mod/notify.php index 2696afaada..bd7a7faf49 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -5,6 +5,7 @@ function notify_init(App &$a) { if (! local_user()) { return; } + $nm = new NotificationsManager(); if ($a->argc > 2 && $a->argv[1] === 'view' && intval($a->argv[2])) {