This commit is contained in:
Siebrand Mazeland 2010-09-19 00:13:06 +02:00
parent 02299d5bd7
commit 159e3e7b71

View File

@ -138,7 +138,7 @@ class GravatarPlugin extends Plugin
$cur = common_current_user(); $cur = common_current_user();
if(empty($cur->email)) { if(empty($cur->email)) {
return array('message' => _m('You do not have a email address set in your profile.'), return array('message' => _m('You do not have an email address set in your profile.'),
'success' => false); 'success' => false);
} }
//Get rid of previous Avatar //Get rid of previous Avatar