From 0b0978df7249d773752263d576b3b83fa28210ee Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 6 Jul 2015 10:05:24 +0530 Subject: [PATCH] style fix --- CRM/Event/Form/ManageEvent/Registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index 3ba4c1b0a8..5ec1958367 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -83,7 +83,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent array( 'administer CiviCRM', 'manage event profiles', - ) + ), ); if (CRM_Core_Permission::check($checkPermission) || !empty($ufCreate) || !empty($ufEdit)) { $this->assign('perm', 1); -- 2.25.1