INFRA-132 - CRM/Event - phpcbf
[civicrm-core.git] / CRM / Event / Form / ManageEvent / Location.php
index bf06870257c2560babd12d28f447beef4d498e16..077715e18e59b4387fe2a5c9baa3ed2a553ab175 100644 (file)
@@ -197,7 +197,8 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent {
     $events = array();
     if (!empty($locationEvents)) {
       $this->assign('locEvents', TRUE);
-      $optionTypes = array('1' => ts('Create new location'),
+      $optionTypes = array(
+      '1' => ts('Create new location'),
         '2' => ts('Use existing location'),
       );