From: Steve Sutton Date: Wed, 15 Jul 2015 20:38:16 +0000 (-0400) Subject: update post option X-Git-Tag: v0.0.2^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a0268e3c80b1e23117688492dd7db97e04604542;p=WP-Plugins%2Fglm-wp-importer.git update post option --- diff --git a/controllers/Import.php b/controllers/Import.php index bdd801d..f0bc7b4 100644 --- a/controllers/Import.php +++ b/controllers/Import.php @@ -698,9 +698,8 @@ } switch($step) { case 0: - //$this->post = array(); - //$this->_storePost(); - //echo '
'.print_r(get_option(GLM_WP_IMPORT_POST_OPTION), true).'
'; + $this->post = array(); + $this->_storePost(); $this->_greet(); $this->_readOptions(); echo '

Begin Import

';