1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

[ticket/11824] Fix comment wording

PHPBB3-11824
This commit is contained in:
David King 2013-09-13 07:28:00 -07:00
parent 310844fb7d
commit ee44dff3be

View File

@ -109,7 +109,7 @@ class phpbb_controller_helper
$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;
if (empty($this->config['enable_mod_rewrite']))
{