projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8fc49
)
CRM-11925 - Fix error message
author
Tim Otten
<to-git@think.hm>
Fri, 8 Mar 2013 10:24:02 +0000
(
05:24
-0500)
committer
Tim Otten
<to-git@think.hm>
Fri, 8 Mar 2013 10:24:02 +0000
(
05:24
-0500)
CRM/Core/Config.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config.php
b/CRM/Core/Config.php
index 668bb7a8b423fe509aa09fe2f08275a6145d605c..b6b3faf4840cb73a40fc1a5eb2ae5ffad0457548 100644
(file)
--- 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'