mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Debug variable scope fix in e107plugin::XmlTables()
This commit is contained in:
@@ -3073,6 +3073,7 @@ class e107plugin
|
|||||||
|
|
||||||
$tableData = $dbv->getSqlFileTables($contents);
|
$tableData = $dbv->getSqlFileTables($contents);
|
||||||
|
|
||||||
|
$query = '';
|
||||||
foreach($tableData['tables'] as $k=>$v)
|
foreach($tableData['tables'] as $k=>$v)
|
||||||
{
|
{
|
||||||
switch($function)
|
switch($function)
|
||||||
|
Reference in New Issue
Block a user