From 82499f70a9e2cc7a38dcce9efeab610e7fa9c0fb Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Fri, 17 Jan 2020 19:58:58 +0100 Subject: [PATCH] Debug variable scope fix in e107plugin::XmlTables() --- e107_handlers/plugin_class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 864123fb1..53bbf2b5b 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -3073,6 +3073,7 @@ class e107plugin $tableData = $dbv->getSqlFileTables($contents); + $query = ''; foreach($tableData['tables'] as $k=>$v) { switch($function)