]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/handlequeued.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / scripts / handlequeued.php
index 8158849695e92cad7664051cd6edabdd7414ea83..eb7d8297136cdb3dd461752d0ca8bc65439120c1 100755 (executable)
@@ -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);