From 1a605e0bde683066ecafaf3b28a8839bcf039636 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 31 Mar 2015 12:11:35 -0400 Subject: [PATCH] whitespace --- distmaker/utils/joomlaxml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.25.1