1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15253] Update test

PHPBB3-15253
This commit is contained in:
Rubén Calvo
2017-06-25 19:53:40 +02:00
parent afb804fe1e
commit 91163d7ec3
3 changed files with 17 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ class local implements adapter_interface
$this->filesystem = $filesystem;
$this->root_path = $phpbb_root_path.$config[$path_key];
if(substr($this->root_path, -1, 1) != DIRECTORY_SEPARATOR)
if (substr($this->root_path, -1, 1) != DIRECTORY_SEPARATOR)
{
$this->root_path = $this->root_path.DIRECTORY_SEPARATOR;
}