mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15287] Apply suggested change
PHPBB3-15287
This commit is contained in:
parent
af21b8b6c1
commit
5897876f2f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class local implements adapter_interface
|
||||||
{
|
{
|
||||||
$this->root_path = $this->phpbb_root_path . $options['path'];
|
$this->root_path = $this->phpbb_root_path . $options['path'];
|
||||||
|
|
||||||
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;
|
$this->root_path = $this->root_path . DIRECTORY_SEPARATOR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue