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