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