1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +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

@@ -2289,7 +2289,7 @@ class pluginBuilder
if(file_exists($sqlFile))
{
$data = file_get_contents($sqlFile);
$ret = $dv->getTables($data);
$ret = $dv->getSqlFileTables($data);
}
else
{