From d5c3a9ba0bf4ddd6760a729c59afed1f93ef0121 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 6 Jun 2016 14:19:21 -0400 Subject: [PATCH] Fix for the correct table to match for files --- controllers/ToolboxImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/ToolboxImport.php b/controllers/ToolboxImport.php index a643145..da836de 100644 --- 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'] == 'pages') { + if ($this->_options['toolbox_files_table'] == 'files') { $fileSql = " SELECT * FROM {$this->_options['toolbox_schema']}.{$this->_options['toolbox_files_table']} -- 2.17.1