From: Michael Date: Sun, 11 Jun 2017 20:41:01 +0000 (+0000) Subject: And some more integer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d4fc7c3f6862fa9326d482077aaf1793e0f7f4d3;p=friendica.git And some more integer --- diff --git a/include/pubsubpublish.php b/include/pubsubpublish.php index 3265fd1e16..580e3ffce1 100644 --- a/include/pubsubpublish.php +++ b/include/pubsubpublish.php @@ -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"]); } }