mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix typo causing PHP Fatal error on update
This commit is contained in:
parent
0bde40fac5
commit
8fabe11fc5
@ -723,7 +723,7 @@ class schema_proc
|
||||
else
|
||||
{
|
||||
// drop evtl. existing temp. table eg. from a previous failed upgrade
|
||||
if (($tables = $this->db->table_names(true)) && in_array($tmp_name, $tables))
|
||||
if (($tables = $this->m_odb->table_names(true)) && in_array($tmp_name, $tables))
|
||||
{
|
||||
$this->DropTable($tmp_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user