INFRA-132 - Trailing commas for multiline arrays
[civicrm-core.git] / CRM / Financial / Page / BatchTransaction.php
index 3ac585d7ac69be695b60b5e25dbd700940ca42ce..4e5fb2d32b83641ada5f4d979a3830c02595f10f 100644 (file)
@@ -109,7 +109,7 @@ class CRM_Financial_Page_BatchTransaction extends CRM_Core_Page_Basic {
           'title' => ts('Accounting Batches'),
           'url' => CRM_Utils_System::url('civicrm/financial/financialbatches',
             "reset=1&batchStatus=$statusID"),
-        )
+        ),
       );
 
     CRM_Utils_System::appendBreadCrumb($breadCrumb);