diff --git a/modules/sso/helpers/sso_event.php b/modules/sso/helpers/sso_event.php index 67d81a7e..82e5684f 100644 --- a/modules/sso/helpers/sso_event.php +++ b/modules/sso/helpers/sso_event.php @@ -29,4 +29,8 @@ class sso_event { } } } + + static function user_menu($menu, $theme) { + $menu->remove("user_menu_logout"); + } }