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