]> git.mxchange.org Git - friendica.git/blobdiff - mod/notify.php
Rename App Methods
[friendica.git] / mod / notify.php
index 458d0140a64130f28e2f383d392692b75da64f2e..a277e59813ecb53a11907a2a7e9736a609408cdb 100644 (file)
@@ -27,7 +27,7 @@ function notify_init(App $a)
                        $nm->setSeen($note);
 
                        // The friendica client has problems with the GUID. this is some workaround
-                       if ($a->is_friendica_app()) {
+                       if ($a->isFriendicaApp()) {
                                require_once("include/items.php");
                                $urldata = parse_url($note['link']);
                                $guid = basename($urldata["path"]);