fix missing parameter in function call
This commit is contained in:
parent
8a5d1ffebe
commit
28199a4052
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue