X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FPage%2FAccess.php;h=e6f704708b397a61fe4ed255ff87870602998d99;hb=5d867d83ac582e4c45417c82610d569100d6da43;hp=b6a3dd5720ba5a1a13f05794a748c272000530e2;hpb=b2ac9e9ca74be7f852e37e0dfbf0e77627471c4d;p=civicrm-core.git diff --git a/CRM/Admin/Page/Access.php b/CRM/Admin/Page/Access.php index b6a3dd5720..e6f704708b 100644 --- a/CRM/Admin/Page/Access.php +++ b/CRM/Admin/Page/Access.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -55,7 +55,7 @@ class CRM_Admin_Page_Access extends CRM_Core_Page { case 'Joomla': //condition based on Joomla version; <= 2.5 uses modal window; >= 3.0 uses full page with return value - if( version_compare(JVERSION, '3.0', 'lt') ) { + if (version_compare(JVERSION, '3.0', 'lt')) { JHTML::_('behavior.modal'); $url = $config->userFrameworkBaseURL . 'index.php?option=com_config&view=component&component=com_civicrm&tmpl=component'; $jparams = 'rel="{handler: \'iframe\', size: {x: 875, y: 550}, onClose: function() {}}" class="modal"'; @@ -79,4 +79,5 @@ class CRM_Admin_Page_Access extends CRM_Core_Page { } return parent::run(); } + }