]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / mod / group.php
index bf9009ae0c623d25d6d226088fd27b7c7fd90c5e..681bc88cc3176af4f4f3b3c406787a9a41b379b5 100644 (file)
@@ -31,8 +31,7 @@ function group_post(App &$a) {
                        if ($r) {
                                goaway(App::get_baseurl() . '/group/' . $r);
                        }
-               }
-               else {
+               } else {
                        notice( t('Could not create group.') . EOL );
                }
                goaway(App::get_baseurl() . '/group');
@@ -92,7 +91,7 @@ function group_content(App &$a) {
                        '$submit' => t('Save Group'),
        );
 
-       if(($a->argc == 2) && ($a->argv[1] === 'new')) {
+       if (($a->argc == 2) && ($a->argv[1] === 'new')) {
 
                return replace_macros($tpl, $context + array(
                        '$title' => t('Create a group of contacts/friends.'),