projects
/
WP-Plugins
/
glm-wp-importer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0268e3
)
no empty post option
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 15 Jul 2015 20:50:17 +0000
(16:50 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 15 Jul 2015 20:50:17 +0000
(16:50 -0400)
controllers/Import.php
patch
|
blob
|
history
diff --git
a/controllers/Import.php
b/controllers/Import.php
index
f0bc7b4
..
da4e4a8
100644
(file)
--- 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 '<p><a href="admin.php?import=toolbox&step=1&start=0">Begin Import</a></p>';