summaryrefslogtreecommitdiffstats
path: root/help/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/index.php')
-rw-r--r--help/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.php b/help/index.php
index 642b2131737..7eb0c6b1820 100644
--- a/help/index.php
+++ b/help/index.php
@@ -2,7 +2,7 @@
require_once('../lib/base.php');
if( !OC_User::isLoggedIn()){
- header( "Location: ".OC_Helper::linkTo( "index.php" ));
+ header( "Location: ".OC_Helper::linkTo( "", "index.php" ));
exit();
}