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