X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fhandlequeued.php;h=eb7d8297136cdb3dd461752d0ca8bc65439120c1;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=8158849695e92cad7664051cd6edabdd7414ea83;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;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);