X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewgroup.php;h=42fd380dfe51ce2a2670474f8c5d9953739aa832;hb=810b5f571c2f60ece10eb4cbc53a50da33c36bbd;hp=41c095ec0b27d84a170e3ac54cfcf53c984015e4;hpb=0824bb2e1df68fd6634ca915e4c87664ee2ef872;p=quix0rs-gnu-social.git diff --git a/actions/newgroup.php b/actions/newgroup.php index 41c095ec0b..42fd380dfe 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 +} +