mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
commit
8b2653dae3
1 changed files with 1 additions and 1 deletions
|
@ -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']))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue