mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/9758] Removed useless if-conditions to include functions.php
PHPBB3-9758
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user