From: Tim Otten Date: Fri, 8 Mar 2013 10:24:02 +0000 (-0500) Subject: CRM-11925 - Fix error message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=edf79396ee28bd2752615567ecc9cfe1d9dfbcdf;p=civicrm-core.git CRM-11925 - Fix error message --- diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 668bb7a8b4..b6b3faf484 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -676,7 +676,7 @@ class CRM_Core_Config extends CRM_Core_Config_Variables { if (!empty($modules_with_perms)) { CRM_Core_Session::setStatus( ts('Some modules define permissions, but the CMS cannot store them: %1', array( - array(1 => implode(', ', $modules_with_perms)) + 1 => implode(', ', $modules_with_perms), )), ts('Permission Error'), 'error'