Closed (fixed)
Project:
CAS
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 14:18 UTC
Updated:
7 Jun 2014 at 20:59 UTC
Jump to comment: Most recent
Hello,
I think that
function cas_logout() {
global $user;
should be changed to :
function cas_logout() {
global $user, $base_url;
to have that below working :
if (empty($destination)) {
$destination = $base_url;
}
Comments
Comment #1
metzlerd commentedI agree. Committed to head.