]> git.mxchange.org Git - friendica.git/blobdiff - mod/nogroup.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / nogroup.php
index 18681d7683c619c91ab0faa7f0af03a5e515f7c0..438c4ff4406bc4a472136b241ec4c411f7784e38 100644 (file)
@@ -24,5 +24,5 @@ function nogroup_content(App $a)
                return '';
        }
 
-       goaway(System::baseUrl() . '/group/none');
+       $a->internalRedirect('group/none');
 }