mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #1788 - Possible fix for forum upgrade halted.
This commit is contained in:
@@ -195,7 +195,9 @@ function step2()
|
||||
{
|
||||
$message = 'Creating table ' . ($rename ? $rename : $name);
|
||||
|
||||
if($sql->isTable($name) && $sql->isEmpty($name))
|
||||
$curTable = ($rename ? $rename : $name);
|
||||
|
||||
if($sql->isTable($curTable) && $sql->isEmpty($curTable))
|
||||
{
|
||||
$mes -> addSuccess("Skipping table ".$name." (already exists)");
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user