X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fpublicqueuehandler.php;h=50a11bcba03b26332e2009f94e678aea7ded1479;hb=6b28fbe7b600b56ab06b373173d9f04fae9333ce;hp=58ecc1745eb8d7b7a181f4fe5cc7b6a0440e6c56;hpb=3fc2cfb7f81cca483be7255e20245c8fea2fe0d8;p=quix0rs-gnu-social.git diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index 58ecc1745e..50a11bcba0 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -1,8 +1,8 @@ #!/usr/bin/env php 0) { - $resource = $args[0]; + $id = $args[0]; } else { - $resource = null; + $id = null; } -$handler = new PublicQueueHandler($resource); +$handler = new PublicQueueHandler($id); $handler->runOnce();