1
0

Remove the logout link when we're in SSO mode.

This commit is contained in:
Bharat Mediratta 2010-03-03 15:38:52 -08:00
parent 0da1677951
commit a75547ce83

View File

@ -29,4 +29,8 @@ class sso_event {
}
}
}
static function user_menu($menu, $theme) {
$menu->remove("user_menu_logout");
}
}