From: Andrew Hunt Date: Tue, 31 Mar 2015 16:11:35 +0000 (-0400) Subject: whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1a605e0bde683066ecafaf3b28a8839bcf039636;p=civicrm-core.git whitespace --- diff --git a/distmaker/utils/joomlaxml.php b/distmaker/utils/joomlaxml.php index cbea7bc370..679ba3e376 100644 --- 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),