Fixed Gravatars not showing up immediately after save in Avatar UCP
authorDan
Fri, 02 Apr 2010 15:12:02 -0400
changeset 1235 25e13d35cd76
parent 1234 903bb153c265
child 1237 446f1fad8dd4
Fixed Gravatars not showing up immediately after save in Avatar UCP
plugins/SpecialUserPrefs.php
--- a/plugins/SpecialUserPrefs.php	Fri Apr 02 14:42:15 2010 -0400
+++ b/plugins/SpecialUserPrefs.php	Fri Apr 02 15:12:02 2010 -0400
@@ -1157,6 +1157,7 @@
 				$db->_die('Avatar CP switching user avatar off');
 				
 			$has_avi = 1;
+			$avi_type = 'grv';
 			$quiet || print '<div class="info-box">' . $lang->get('usercp_avatar_gravatar_success') . '</div>';
 			$had_a_boo_boo = false;
 			break;