Revert "Missing one close-paren in newgroup.php" - incorrect fix for paren bug
This reverts commit 3afb031d9270a29db7f1ac4a964bb4b796759827.
This commit is contained in:
parent
6291e8201f
commit
9621904cac
@ -147,7 +147,7 @@ class NewgroupAction extends Action
|
|||||||
$this->showForm(sprintf(_m('Description is too long (maximum %d character).',
|
$this->showForm(sprintf(_m('Description is too long (maximum %d character).',
|
||||||
'Description is too long (maximum %d characters).',
|
'Description is too long (maximum %d characters).',
|
||||||
User_group::maxDescription(),
|
User_group::maxDescription(),
|
||||||
User_group::maxDescription())));
|
User_group::maxDescription()));
|
||||||
return;
|
return;
|
||||||
} else if (!is_null($location) && mb_strlen($location) > 255) {
|
} else if (!is_null($location) && mb_strlen($location) > 255) {
|
||||||
$this->showForm(_('Location is too long (maximum 255 characters).'));
|
$this->showForm(_('Location is too long (maximum 255 characters).'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user