CRM-11925 - Fix error message
authorTim Otten <to-git@think.hm>
Fri, 8 Mar 2013 10:24:02 +0000 (05:24 -0500)
committerTim Otten <to-git@think.hm>
Fri, 8 Mar 2013 10:24:02 +0000 (05:24 -0500)
CRM/Core/Config.php

index 668bb7a8b423fe509aa09fe2f08275a6145d605c..b6b3faf4840cb73a40fc1a5eb2ae5ffad0457548 100644 (file)
@@ -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'