Posted by drico on October 15, 2009 at 2:18pm
Jump to:
| Project: | CAS |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
I agree. Committed to head.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.