mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/17525] Fix migration failure on update
PHPBB-17525
This commit is contained in:
@@ -72,6 +72,8 @@ abstract class migration implements migration_interface
|
||||
$this->php_ext = $php_ext;
|
||||
|
||||
$this->errors = array();
|
||||
|
||||
$this->db_tools->set_table_prefix($this->table_prefix);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user