forked from GNUsocial/gnu-social
Add forgotten translator documentation.
This commit is contained in:
parent
5406873007
commit
1c0e84f066
@ -381,6 +381,7 @@ class AvatarsettingsAction extends AccountSettingsAction
|
|||||||
@unlink($filedata['filepath']);
|
@unlink($filedata['filepath']);
|
||||||
unset($_SESSION['FILEDATA']);
|
unset($_SESSION['FILEDATA']);
|
||||||
$this->mode = 'upload';
|
$this->mode = 'upload';
|
||||||
|
// TRANS: Success message for having updated a user avatar.
|
||||||
$this->showForm(_('Avatar updated.'), true);
|
$this->showForm(_('Avatar updated.'), true);
|
||||||
common_broadcast_profile($profile);
|
common_broadcast_profile($profile);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user