From a0268e3c80b1e23117688492dd7db97e04604542 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 15 Jul 2015 16:38:16 -0400 Subject: [PATCH] update post option --- controllers/Import.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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

'; -- 2.17.1