Skip to content

Commit 1a605e0

Browse files
committed
whitespace
1 parent 564d1e4 commit 1a605e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distmaker/utils/joomlaxml.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function generateJoomlaConfig($version) {
100100
foreach ($permissions as $perm => $attr) {
101101
// give an empty string as default description
102102
$attr[] = '';
103-
103+
104104
//order matters here, but we deal with that later
105105
$perms_array[CRM_Utils_String::munge(strtolower($perm))] = array(
106106
'title' => array_shift($attr),

0 commit comments

Comments
 (0)