From a2cec8899ad191b47d116f4ea124be6bd5b05472 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 19 May 2016 22:26:37 -0700 Subject: daemon conversion continued... --- Zotlabs/Daemon/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Daemon/Cron.php') diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index 63078edd7..f23cb14dc 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -119,7 +119,7 @@ class Cron { if(($d2 != $d1) && ($h1 == $h2)) { - Master::Summon('Cron_daily'); + Master::Summon(array('Cron_daily')); } // update any photos which didn't get imported properly -- cgit v1.2.3