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

Status:active» fixed

I agree. Committed to head.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here