mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16510] Added migration that adds missing config entries
PHPBB3-16510
This commit is contained in:
@@ -948,7 +948,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);
|
||||
|
||||
|
Reference in New Issue
Block a user