mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[feature/avatars] Fix docblocks and minor cosmetic issues
PHPBB3-10018
This commit is contained in:
@@ -61,7 +61,7 @@ class phpbb_avatar_driver_remote extends phpbb_avatar_driver
|
||||
$url = 'http://' . $url;
|
||||
}
|
||||
|
||||
if (!function_exists('user_add'))
|
||||
if (!function_exists('validate_data'))
|
||||
{
|
||||
require($this->phpbb_root_path . 'includes/functions_user' . $this->php_ext);
|
||||
}
|
||||
|
Reference in New Issue
Block a user