# HG changeset patch # User Dan # Date 1270235522 14400 # Node ID 25e13d35cd769788339fe3fc268996842e97531a # Parent 903bb153c2652afb4c7834d18a85117ce69b7ed7 Fixed Gravatars not showing up immediately after save in Avatar UCP diff -r 903bb153c265 -r 25e13d35cd76 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 '
' . $lang->get('usercp_avatar_gravatar_success') . '
'; $had_a_boo_boo = false; break;