X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FFinancial%2FForm%2FExport.php;h=1bce20cb85338f3b25f77b96ba9d3143f29c3620;hb=4c9b6178d4a1a1b93ae1302f606903117a52e87b;hp=efa2bbc468087ea5b08b0c5dc5d0882f52b09598;hpb=4f99ca551bc52520216559a918d84915fc992338;p=civicrm-core.git diff --git a/CRM/Financial/Form/Export.php b/CRM/Financial/Form/Export.php index efa2bbc468..1bce20cb85 100644 --- a/CRM/Financial/Form/Export.php +++ b/CRM/Financial/Form/Export.php @@ -163,7 +163,7 @@ class CRM_Financial_Form_Export extends CRM_Core_Form { if ($this->_id) { $batchIds = array($this->_id); } - else if (!empty($this->_batchIds)) { + elseif (!empty($this->_batchIds)) { $batchIds = explode(',', $this->_batchIds); } // Recalculate totals