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