diff --git a/main/user/user.php b/main/user/user.php
index 6a4e242eb8..b2e5d945a1 100644
--- a/main/user/user.php
+++ b/main/user/user.php
@@ -408,7 +408,8 @@ if ( api_is_allowed_to_edit(null, true)) {
$actions .= ''.Display::return_icon('pdf.png', get_lang('ExportToPDF'),'',ICON_SIZE_MEDIUM).' ';
$actions .= "".Display::return_icon('group.png', get_lang("GroupUserManagement"),'',ICON_SIZE_MEDIUM)."";
- $actions .= ' '.get_lang('Classes').'';
+ $actions .= ' '.get_lang('Classes').'';
+ //$actions .= ' '.get_lang('SocialGroups').'';
// Build search-form
$form = new FormValidator('search_user', 'get', '', '', null, false);