mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15253] Fix coding style
PHPBB3-15253
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
'test_path' => '.',
|
||||
));
|
||||
$filesystem = new \phpbb\filesystem\filesystem();
|
||||
$phpbb_root_path = getcwd().DIRECTORY_SEPARATOR;
|
||||
$phpbb_root_path = getcwd() . DIRECTORY_SEPARATOR;
|
||||
$path_key = 'test_path';
|
||||
$this->adapter = new \phpbb\storage\adapter\local($config, $filesystem, $phpbb_root_path, $path_key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user