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:
f878231
)
Fix for the correct table to match for files
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 6 Jun 2016 18:19:21 +0000
(14:19 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 6 Jun 2016 18:19:21 +0000
(14:19 -0400)
controllers/ToolboxImport.php
patch
|
blob
|
history
diff --git
a/controllers/ToolboxImport.php
b/controllers/ToolboxImport.php
index
a643145
..
da836de
100644
(file)
--- a/
controllers/ToolboxImport.php
+++ b/
controllers/ToolboxImport.php
@@
-392,7
+392,7
@@
WHERE bcb.catid = :page
ORDER BY bcb.pos";
$paraStmt = $this->_dbh->prepare($paragraphSql);
- if ($this->_options['toolbox_files_table'] == '
pag
es') {
+ if ($this->_options['toolbox_files_table'] == '
fil
es') {
$fileSql = "
SELECT *
FROM {$this->_options['toolbox_schema']}.{$this->_options['toolbox_files_table']}