Parcourir la source

Marked as fixed 43a398c88539fe5734886f6dd4da528c76668f54

Signed-off-by: Suki <[email protected]>
Suki il y a 10 ans
Parent
commit
7a5bf54fef
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Sources/Profile-Modify.php

+ 0 - 1
Sources/Profile-Modify.php

@@ -2936,7 +2936,6 @@ function profileSaveAvatarData(&$value)
 		// Remove any attached avatar...
 		removeAttachments(array('id_member' => $memID));
 
-		// @todo http://www.simplemachines.org/community/index.php?topic=462089.msg3226650#msg3226650
 		$profile_vars['avatar'] = str_replace(' ', '%20', preg_replace('~action(?:=|%3d)(?!dlattach)~i', 'action-', $_POST['userpicpersonal']));
 
 		if ($profile_vars['avatar'] == 'http://' || $profile_vars['avatar'] == 'http:///')