X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotify.php;h=a277e59813ecb53a11907a2a7e9736a609408cdb;hb=5a02e39a65f8f685440228cc1d36738cbe15f32b;hp=458d0140a64130f28e2f383d392692b75da64f2e;hpb=5f9dd11cfbcd959414645ad56a98d11affd82e20;p=friendica.git diff --git a/mod/notify.php b/mod/notify.php index 458d0140a6..a277e59813 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -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"]);