1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Renamed methods.

This commit is contained in:
Cameron
2017-02-03 13:02:08 -08:00
parent 612f16127c
commit 645bc2a791
3 changed files with 55 additions and 30 deletions

View File

@@ -1871,7 +1871,7 @@ class e107plugin
return;
}
$tableData = $dbv->getTables($contents);
$tableData = $dbv->getSqlFileTables($contents);
foreach($tableData['tables'] as $k=>$v)
{