diff --git a/bureau/class/m_cron.php b/bureau/class/m_cron.php index 6613b05c..00c8cc7d 100644 --- a/bureau/class/m_cron.php +++ b/bureau/class/m_cron.php @@ -240,10 +240,9 @@ class m_cron { if (empty($urllist)) { // nothing to do : exit(0); } - - // cron_callback($url, $content, $curlobj) will be called at the end of each http call. - $this->rolling_curl($urllist, array("m_cron", "cron_callback")); } + // cron_callback($url, $content, $curlobj) will be called at the end of each http call. + $this->rolling_curl($urllist, array("m_cron", "cron_callback")); }