diff options
| author | Crizzo <mail@crizzo.de> | 2014-03-15 15:18:04 +0100 |
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2014-03-28 19:12:31 +0100 |
| commit | 0d4968f7356cc177a4a0921eef2853c343798110 (patch) | |
| tree | aa29feb50c1a0c36eecdf17b3b2cfcb7d2f5b0da /phpBB/viewtopic.php | |
| parent | e149c266ce10177a45337392f63bdcc11e1af3b6 (diff) | |
| download | forums-0d4968f7356cc177a4a0921eef2853c343798110.tar forums-0d4968f7356cc177a4a0921eef2853c343798110.tar.gz forums-0d4968f7356cc177a4a0921eef2853c343798110.tar.bz2 forums-0d4968f7356cc177a4a0921eef2853c343798110.tar.xz forums-0d4968f7356cc177a4a0921eef2853c343798110.zip | |
[ticket/9758] Removed useless if-conditions to include functions.php
PHPBB3-9758
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index fe0b3dc384..61a28940b1 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -16,10 +16,6 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); include($phpbb_root_path . 'includes/bbcode.' . $phpEx); -if (!function_exists('phpbb_get_user_avatar')) -{ - include($phpbb_root_path . 'includes/functions.' . $phpEx); -} // Start session management $user->session_begin(); |
