summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/index.php b/settings/index.php
index 6d37180fcd1..9791e287306 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -3,7 +3,7 @@
require_once('../lib/base.php');
oc_require( 'template.php' );
if( !OC_USER::isLoggedIn()){
- header( "Location: ".OC_UTIL::linkto( "index.php" ));
+ header( "Location: ".OC_HELPER::linkTo( "index.php" ));
exit();
}