Missing one close-paren in newgroup.php

This commit is contained in:
Evan Prodromou 2010-11-09 17:08:11 -05:00
parent a4654bfe9f
commit 3afb031d92
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class NewgroupAction extends Action
$this->showForm(sprintf(_m('Description is too long (maximum %d character).',
'Description is too long (maximum %d characters).',
User_group::maxDescription(),
User_group::maxDescription()));
User_group::maxDescription())));
return;
} else if (!is_null($location) && mb_strlen($location) > 255) {
$this->showForm(_('Location is too long (maximum 255 characters).'));