1
0
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:
kasimi
2020-06-03 12:39:04 +02:00
parent e9bea9dec0
commit 65d825b62c
2 changed files with 65 additions and 1 deletions

View File

@@ -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);