X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fhandlequeued.php;h=eb7d8297136cdb3dd461752d0ca8bc65439120c1;hb=282f4d6a8990a923ad2afb567b86a13d5300e1c1;hp=8158849695e92cad7664051cd6edabdd7414ea83;hpb=0e852def6ae5aa529cca0aef1187152fb5a880be;p=quix0rs-gnu-social.git diff --git a/scripts/handlequeued.php b/scripts/handlequeued.php index 8158849695..eb7d829713 100755 --- a/scripts/handlequeued.php +++ b/scripts/handlequeued.php @@ -44,7 +44,7 @@ if (!$handler) { exit(1); } -$notice = Notice::staticGet('id', $noticeId); +$notice = Notice::getKV('id', $noticeId); if (empty($notice)) { print "Invalid notice id $noticeId\n"; exit(1);