mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
[ticket/11824] Fix comment wording
PHPBB3-11824
This commit is contained in:
parent
310844fb7d
commit
ee44dff3be
@ -109,7 +109,7 @@ class phpbb_controller_helper
|
|||||||
$route = substr($route, 0, $route_delim);
|
$route = substr($route, 0, $route_delim);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If enable_mod_rewrite is false, we not need to include app.php
|
// If enable_mod_rewrite is false, we need to include app.php
|
||||||
$route_prefix = $this->phpbb_root_path;
|
$route_prefix = $this->phpbb_root_path;
|
||||||
if (empty($this->config['enable_mod_rewrite']))
|
if (empty($this->config['enable_mod_rewrite']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user