@@ -56,7 +56,7 @@ |
||
56 | 56 | { |
57 | 57 | if (!function_exists('display_forums')) |
58 | 58 | { |
59 | - include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext); // @codeCoverageIgnore |
|
59 | + include($this->phpbb_root_path.'includes/functions_display.'.$this->php_ext); // @codeCoverageIgnore |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | display_forums('', $this->config['load_moderators']); |