X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fping.php;h=3057fb9e312fbf6219be9f397127896ce48fbc63;hb=8487e0be175932dc0afc9cf05ee73049922a61ab;hp=580d82a95fbd174c705f4891f32d5acec11032c8;hpb=cfd50f9abbbab2d32808886d3bb22ca0ead3da95;p=friendica.git diff --git a/mod/ping.php b/mod/ping.php index 580d82a95f..3057fb9e31 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -1,6 +1,22 @@ . + * */ use Friendica\App; @@ -405,7 +421,7 @@ function ping_get_notifications($uid) AND $seensql `notify`.`seen` ORDER BY `notify`.`date` $order LIMIT %d, 50", intval($uid), intval(Type::INTRO), - intval(NOTIFY_MAIL), + intval(Type::MAIL), intval($offset) );