mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -967,7 +967,7 @@ class migrator
|
||||
* @param string $name Name of the migration
|
||||
* @return \phpbb\db\migration\migration
|
||||
*/
|
||||
protected function get_migration($name)
|
||||
public function get_migration($name)
|
||||
{
|
||||
$migration = new $name($this->config, $this->db, $this->db_tools, $this->phpbb_root_path, $this->php_ext, $this->table_prefix, $this->tables);
|
||||
|
||||
|
Reference in New Issue
Block a user