@@ -130,7 +130,7 @@ echo '<div id="social-content">';
$total_invitations = $number_loop + count($list_get_invitation_sent);
- if ($total_invitations == 0 && count($_GET) < 0) {
+ if ($total_invitations == 0 && count($_GET) <= 0) {
echo '<a href="search.php">'.get_lang('TryAndFindSomeFriends').'</a>';
}