1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Debug variable scope fix in e107plugin::XmlTables()

This commit is contained in:
Nick Liu 2020-01-17 19:58:58 +01:00
parent 1561992815
commit 82499f70a9
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -3073,6 +3073,7 @@ class e107plugin
$tableData = $dbv->getSqlFileTables($contents);
$query = '';
foreach($tableData['tables'] as $k=>$v)
{
switch($function)