diff options
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 7b0e90bed6..2f89b1e8d6 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -22,7 +22,7 @@ ***************************************************************************/ include('extension.inc'); include('common.'.$phpEx); -include('functions/bbcode.'.$phpEx); +include('includes/bbcode.'.$phpEx); if(!isset($HTTP_GET_VARS['topic'])) // For backward compatibility { |
