From a9510ffcdf4a0ed7dc49fcd13d0acdd457e2e468 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Fri, 19 Oct 2018 23:42:33 +0200 Subject: [PATCH] description fix --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index b6fe2b9512..9e5ec2a4df 100644 --- a/src/App.php +++ b/src/App.php @@ -2001,7 +2001,7 @@ class App } /** - * Redirects to another service relative to the current Friendica base. + * Redirects to another module relative to the current Friendica base. * If you want to redirect to a external URL, use System::externalRedirectTo() * * @param string $toUrl The destination URL (Default is empty, which is the default page of the Friendica node)