]> git.mxchange.org Git - friendica.git/commitdiff
And some more integer
authorMichael <heluecht@pirati.ca>
Sun, 11 Jun 2017 20:41:01 +0000 (20:41 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 11 Jun 2017 20:41:01 +0000 (20:41 +0000)
include/pubsubpublish.php

index 3265fd1e16097d87ff5cfea529e70202cae16dd8..580e3ffce18038f8b86f521f28acdf2d54a80aaf 100644 (file)
@@ -19,7 +19,7 @@ function pubsubpublish_run(&$argv, &$argc){
                foreach ($r as $rr) {
                        logger("Publish feed to ".$rr["callback_url"], LOGGER_DEBUG);
                        proc_run(array('priority' => PRIORITY_HIGH, 'created' => $a->queue['created'], 'dont_fork' => true),
-                                       'include/pubsubpublish.php', $rr["id"]);
+                                       'include/pubsubpublish.php', (int)$rr["id"]);
                }
        }