X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fcron.php;h=295af38a222f68d402fe0ad1bcf1736c517b02ba;hb=7f9236da98ac79d9d41f74ccb990b4b60499a164;hp=8883550f837748c6d57851ec00ab2259167baa5b;hpb=de6eb1ef8e5ab37e95cbbb06dc740cbd783e3fa7;p=civicrm-core.git diff --git a/bin/cron.php b/bin/cron.php index 8883550f83..295af38a22 100644 --- a/bin/cron.php +++ b/bin/cron.php @@ -13,7 +13,7 @@ require_once '../civicrm.config.php'; require_once 'CRM/Core/Config.php'; require_once 'CRM/Utils/Request.php'; -$config = CRM_Core_Config::singleton(); +CRM_Core_Config::singleton(); CRM_Utils_System::authenticateScript(TRUE);