Move towards allowing sending 500 http errors back by switching civiExit(1) to be...
[civicrm-core.git] / CRM / Event / Badge.php
index e073c568271e7b516cf4fdd95ca2462e19717bf1..925122adc113cc2e611647b5668b729d609e858b 100644 (file)
@@ -88,7 +88,7 @@ class CRM_Event_Badge {
     $this->event = self::retrieveEvent($eventID);
     //call function to create labels
     self::createLabels($participants);
-    CRM_Utils_System::civiExit(1);
+    CRM_Utils_System::civiExit();
   }
 
   /**