1
0
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:
rxu
2025-07-04 11:30:46 +07:00
parent 5eaabb1c39
commit 10921ebc58
2 changed files with 36 additions and 27 deletions

View File

@@ -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);
}
/**