From: Steve Sutton Date: Wed, 15 Jul 2015 20:50:17 +0000 (-0400) Subject: no empty post option X-Git-Tag: v0.0.2^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b7df9e1643b6f880bcfca5c44333a264d84230fb;p=WP-Plugins%2Fglm-wp-importer.git no empty post option --- 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

';