Skip to content
Snippets Groups Projects
Commit 28199a40 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

fix missing parameter in function call

parent 8a5d1ffe
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment