X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fcron.php;h=295af38a222f68d402fe0ad1bcf1736c517b02ba;hb=3519db92fd779ef6563deb31483b8bd9294b06af;hp=8883550f837748c6d57851ec00ab2259167baa5b;hpb=060ea8f8e944292abc945b136c66cb7ccabd4fc1;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);