Skip to content

Commit

Permalink
Debug variable scope fix in e107plugin::XmlTables()
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Jan 18, 2020
1 parent 1561992 commit 82499f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e107_handlers/plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3073,6 +3073,7 @@ function XmlTables($function, $plug, $options = array())

$tableData = $dbv->getSqlFileTables($contents);

$query = '';
foreach($tableData['tables'] as $k=>$v)
{
switch($function)
Expand Down

0 comments on commit 82499f7

Please sign in to comment.