]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / notifications.php
index e7f32a58721156e654de62b339dc5369f6c69cb9..e4fa08f3e2be4e9840b246ccae929e9a82975540 100644 (file)
@@ -11,7 +11,7 @@ require_once("include/network.php");
 
 function notifications_post(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                goaway(z_root());
        }
 
@@ -67,7 +67,7 @@ function notifications_post(App &$a) {
 
 function notifications_content(App &$a) {
 
-       if(! local_user()) {
+       if (! local_user()) {
                notice( t('Permission denied.') . EOL);
                return;
        }