finally got that zero...
This commit is contained in:
parent
1b73dd4ddc
commit
4584bf603a
1 changed files with 2 additions and 2 deletions
|
@ -231,8 +231,8 @@ class UserPage extends Extension {
|
|||
($user->id == $event->display_user->id)
|
||||
) {
|
||||
$event->add_stats(
|
||||
"No avatar? This gallery uses <a href='http://gravatar.com'>Gravatar</a> for avatar "+
|
||||
"hosting, use the same email address here and there to have your avatar synced",
|
||||
"No avatar? This gallery uses <a href='http://gravatar.com'>Gravatar</a> for avatar hosting, use the".
|
||||
"<br>same email address here and there to have your avatar synced<br>",
|
||||
0
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue