mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832
# By David King # Via David King (1) and Joas Schilling (1) * 'develop' of github.com:phpbb/phpbb3: [ticket/11824] Fix comment wording
This commit is contained in:
@@ -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']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user