Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the logout link when we're in SSO mode.
  • Loading branch information
bharat committed Mar 3, 2010
1 parent 0da1677 commit a75547c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/sso/helpers/sso_event.php
Expand Up @@ -29,4 +29,8 @@ static function gallery_ready() {
}
}
}

static function user_menu($menu, $theme) {
$menu->remove("user_menu_logout");
}
}

0 comments on commit a75547c

Please sign in to comment.