Skip to content

Commit

Permalink
Missed INI value assignation to $redirectURI -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Dec 1, 2010
1 parent 400a71f commit 25501ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/jvlogout/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
// Finally
$redirectURI = '/';
if( $logoutINI->hasVariable( 'LogoutSettings', 'LogoutRedirect' ) )
$logoutINI->Variable( 'LogoutSettings', 'LogoutRedirect' );
$redirectURI = $logoutINI->variable( 'LogoutSettings', 'LogoutRedirect' );

$Module->redirectTo( $redirectURI );

0 comments on commit 25501ac

Please sign in to comment.