mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Oops I did a Paul... Still allow avatar uploads from Urls
git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1107,6 +1107,10 @@ if( $mode == "edit" || $mode == "save" && ( isset($HTTP_POST_VARS['username']) |
|
||||
if( file_exists("./../" . $board_config['avatar_path']) )
|
||||
{
|
||||
$template->assign_block_vars("avatarupload", array() );
|
||||
if($form_enctype != '')
|
||||
{
|
||||
$template->assign_block_vars('avatarupload.fileuploads', array() );
|
||||
}
|
||||
}
|
||||
|
||||
if( file_exists("./../" . $board_config['avatar_gallery_path']) )
|
||||
|
Reference in New Issue
Block a user