no empty post option
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Jul 2015 20:50:17 +0000 (16:50 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Jul 2015 20:50:17 +0000 (16:50 -0400)
controllers/Import.php

index f0bc7b4..da4e4a8 100644 (file)
             }
             switch($step) {
             case 0:
-                $this->post = array();
-                $this->_storePost();
+                //$this->post = array();
+                //$this->_storePost();
                 $this->_greet();
                 $this->_readOptions();
                 echo '<p><a href="admin.php?import=toolbox&amp;step=1&start=0">Begin Import</a></p>';