fix missing parameter in function call

This commit is contained in:
Arthur Schiwon 2011-04-17 10:42:35 +02:00
parent 8a5d1ffebe
commit 28199a4052
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ require( 'template.php' );
// Check if we are a user
if( !OC_USER::isLoggedIn()){
header( "Location: ".OC_HELPER::linkTo( "index.php" ));
header( "Location: ".OC_HELPER::linkTo( '', 'index.php' ));
exit();
}