We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564d1e4 commit 1a605e0Copy full SHA for 1a605e0
distmaker/utils/joomlaxml.php
@@ -100,7 +100,7 @@ function generateJoomlaConfig($version) {
100
foreach ($permissions as $perm => $attr) {
101
// give an empty string as default description
102
$attr[] = '';
103
-
+
104
//order matters here, but we deal with that later
105
$perms_array[CRM_Utils_String::munge(strtolower($perm))] = array(
106
'title' => array_shift($attr),
0 commit comments