]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
change links from /contacts to /contact
[friendica.git] / mod / group.php
index ec4ee4da2bc6d14666b127da06e9ae89cbcfeed9..962697c24f20ab1f432056bae1cc7854bdc73e29 100644 (file)
@@ -54,7 +54,7 @@ function group_post(App $a) {
                );
                if (!DBA::isResult($r)) {
                        notice(L10n::t('Group not found.') . EOL);
-                       goaway(System::baseUrl() . '/contacts');
+                       goaway(System::baseUrl() . '/contact');
                        return; // NOTREACHED
                }
                $group = $r[0];
@@ -181,7 +181,7 @@ function group_content(App $a) {
 
                if (!DBA::isResult($r)) {
                        notice(L10n::t('Group not found.') . EOL);
-                       goaway(System::baseUrl() . '/contacts');
+                       goaway(System::baseUrl() . '/contact');
                }
 
                $group = $r[0];