mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
[ticket/14056] Fix remaining schema path
PHPBB3-14056
This commit is contained in:
parent
6eb284b23a
commit
4ae83e4266
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user