X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotify.php;h=938e2ffbe35a908a79162b2a4c692a1d9a0d228c;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=7c367708bb224ce838008b22401170c2317f9d4b;hpb=44592611e1582fd97ae1988343418a0dae1ae2a0;p=friendica.git diff --git a/mod/notify.php b/mod/notify.php index 7c367708bb..938e2ffbe3 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -1,9 +1,9 @@ argc > 2 && $a->argv[1] === 'view' && intval($a->argv[2])) { @@ -33,10 +33,9 @@ function notify_init(&$a) { echo $j; killme(); } -} + } -if(! function_exists('notify_content')) { function notify_content(&$a) { if(! local_user()) return login(); @@ -69,6 +68,5 @@ function notify_content(&$a) { return $o; -} -} +}