Fix typo
This commit is contained in:
parent
02299d5bd7
commit
159e3e7b71
@ -138,7 +138,7 @@ class GravatarPlugin extends Plugin
|
||||
$cur = common_current_user();
|
||||
|
||||
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);
|
||||
}
|
||||
//Get rid of previous Avatar
|
||||
|
Loading…
Reference in New Issue
Block a user