X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotify.php;h=fae7ebb39b921cb7a29a4d603b749ca2ae5e8364;hb=3359f3f5c7ecc4b6a34c4fcfc095ab4dd5fab0f1;hp=867ead9fa76354fd5b6ba59c2a77bbda4b07da79;hpb=5adfeb0bd5fed2f793332056c03bb7c043d5fc69;p=friendica.git diff --git a/mod/notify.php b/mod/notify.php index 867ead9fa7..fae7ebb39b 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -1,9 +1,9 @@ getAll(array('seen'=>0)); - if (dbm::is_result($r) > 0) { + if (DBM::is_result($r) > 0) { foreach ($r as $it) { $notif_content .= replace_macros($not_tpl,array( '$item_link' => System::baseUrl(true).'/notify/view/'. $it['id'],