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/includes/ucp/ucp_profile.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/includes/ucp/ucp_profile.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index a9dec4e2da..76f8988fb9 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -515,10 +515,6 @@ class ucp_profile break; case 'avatar': - if (!function_exists('phpbb_get_user_avatar')) - { - include($phpbb_root_path . 'includes/functions.' . $phpEx); - } add_form_key('ucp_avatar'); |