From b7df9e1643b6f880bcfca5c44333a264d84230fb Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 15 Jul 2015 16:50:17 -0400 Subject: [PATCH] no empty post option --- controllers/Import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/Import.php b/controllers/Import.php index f0bc7b4..da4e4a8 100644 --- a/controllers/Import.php +++ b/controllers/Import.php @@ -698,8 +698,8 @@ } switch($step) { case 0: - $this->post = array(); - $this->_storePost(); + //$this->post = array(); + //$this->_storePost(); $this->_greet(); $this->_readOptions(); echo '

Begin Import

'; -- 2.17.1