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:
564d1e4
)
whitespace
author
Andrew Hunt
<andrew@aghstrategies.com>
Tue, 31 Mar 2015 16:11:35 +0000
(12:11 -0400)
committer
Andrew Hunt
<andrew@aghstrategies.com>
Tue, 31 Mar 2015 16:11:35 +0000
(12:11 -0400)
distmaker/utils/joomlaxml.php
patch
|
blob
|
blame
|
history
diff --git
a/distmaker/utils/joomlaxml.php
b/distmaker/utils/joomlaxml.php
index cbea7bc3703a898ef00b6d9493f4470fa22321a1..679ba3e376ea6b8a66de1b54fdb62bf5209228f3 100644
(file)
--- a/
distmaker/utils/joomlaxml.php
+++ b/
distmaker/utils/joomlaxml.php
@@
-100,7
+100,7
@@
function generateJoomlaConfig($version) {
foreach ($permissions as $perm => $attr) {
// give an empty string as default description
$attr[] = '';
-
+
//order matters here, but we deal with that later
$perms_array[CRM_Utils_String::munge(strtolower($perm))] = array(
'title' => array_shift($attr),