From: Roland Häder Date: Tue, 20 Dec 2016 10:27:40 +0000 (+0100) Subject: added curly braces + space between "if" and brace X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b8a45b7038f573a2e18e761eeff4f506185af0b;p=friendica.git added curly braces + space between "if" and brace Signed-off-by: Roland Häder --- 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])) {