INFRA-132 - Batch #8
[civicrm-core.git] / CRM / Event / Cart / Page / AddToCart.php
index 1aabf6919a4ba5fe88210523b31f0c4f09fa6380..d248e6ad95ef210516e17213af30845c5f999829 100644 (file)
@@ -18,7 +18,7 @@ class CRM_Event_Cart_Page_AddToCart extends CRM_Core_Page {
     $url = CRM_Utils_System::url('civicrm/event/view_cart');
     CRM_Utils_System::setUFMessage(ts("<b>%1</b> has been added to your cart. <a href='%2'>View your cart.</a>", array(
           1 => $event_in_cart->event->title,
-          2 => $url
+          2 => $url,
         )));
 
     $transaction->commit();