|
@@ -59,11 +59,11 @@ |
|
|
block discarded – undo |
|
59
|
59
|
* to fix relative paths for forum images |
|
60
|
60
|
*/ |
|
61
|
61
|
global $phpbb_root_path; |
|
62
|
|
- $phpbb_root_path = generate_board_url() . '/'; |
|
|
62
|
+ $phpbb_root_path = generate_board_url().'/'; |
|
63
|
63
|
|
|
64
|
64
|
if (!function_exists('display_forums')) |
|
65
|
65
|
{ |
|
66
|
|
- include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext); // @codeCoverageIgnore |
|
|
66
|
+ include($this->phpbb_root_path.'includes/functions_display.'.$this->php_ext); // @codeCoverageIgnore |
|
67
|
67
|
} |
|
68
|
68
|
|
|
69
|
69
|
display_forums('', $this->config['load_moderators']); |
Please login to merge, or discard this patch.