summaryrefslogtreecommitdiff
path: root/actions/newgroup.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-01-22 08:01:40 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 08:01:40 +0000
commite272adb321fb72043ac7f9a16848ef9386e56571 (patch)
treeb6d5c3196597af65d2a86b80389d0510d7514658 /actions/newgroup.php
parentc20d0612bf51cff523f55b12095e7213be94355e (diff)
fixed a few bugs and logic problems in groups
Diffstat (limited to 'actions/newgroup.php')
-rw-r--r--actions/newgroup.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/newgroup.php b/actions/newgroup.php
index 41c095ec0..42fd380df 100644
--- a/actions/newgroup.php
+++ b/actions/newgroup.php
@@ -201,4 +201,5 @@ class NewgroupAction extends Action
$group = User_group::staticGet('nickname', $nickname);
return (!is_null($group) && $group != false);
}
-} \ No newline at end of file
+}
+