mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
[ticket/14056] Fix remaining schema path
PHPBB3-14056
This commit is contained in:
@ -119,7 +119,7 @@ class create_schema extends \phpbb\install\task_base
|
||||
}
|
||||
}
|
||||
|
||||
$db_schema_path = $this->phpbb_root_path . 'phpbb/install/schemas/' . $schema_name . '_schema.sql';
|
||||
$db_schema_path = $this->phpbb_root_path . 'install/schemas/' . $schema_name . '_schema.sql';
|
||||
|
||||
// Load database vendor specific code if there is any
|
||||
if ($this->filesystem->exists($db_schema_path))
|
||||
|
Reference in New Issue
Block a user