]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missing one close-paren in newgroup.php
authorEvan Prodromou <evan@status.net>
Tue, 9 Nov 2010 22:08:11 +0000 (17:08 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 9 Nov 2010 22:08:11 +0000 (17:08 -0500)
actions/newgroup.php

index 2951920362740e149c0650ae9fbfcc03e19ef7f1..371e5083791dead507f2aea2431b8ceef39751b8 100644 (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).'));