Fix typo.
This commit is contained in:
parent
cfe60815bc
commit
1c5e00df30
@ -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 set in your profile.'),
|
return array('message' => _m('You do not have a email address set in your profile.'),
|
||||||
'success' => false);
|
'success' => false);
|
||||||
}
|
}
|
||||||
//Get rid of previous Avatar
|
//Get rid of previous Avatar
|
||||||
|
Loading…
Reference in New Issue
Block a user