Remove stray semi-colon
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 9 Jun 2023 07:20:57 +0000 (19:20 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 9 Jun 2023 07:20:57 +0000 (19:20 +1200)
CRM/Event/Form/ManageEvent/TabHeader.php

index bd661efae4d781ef50c7a7841ca17d73497a4629..5e39ef4f4b45bedde3492c7050fb3c3e4e15a1e8 100644 (file)
@@ -115,7 +115,7 @@ WHERE      e.id = %1
       ];
       $dao = CRM_Core_DAO::executeQuery($sql, $params);
       if (!$dao->fetch()) {
-        throw new CRM_Core_Exception('Unable to determine Event information');;
+        throw new CRM_Core_Exception('Unable to determine Event information');
       }
       if (!$dao->is_location) {
         $tabs['location']['valid'] = FALSE;