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