Update vcard.php

This commit is contained in:
Anthony Berton 2020-10-02 15:11:02 +02:00
parent 331f751905
commit 533fdda848

View File

@ -40,8 +40,6 @@ if ($user->socid > 0) $socid = $user->socid;
$feature2 = 'user';
$result = restrictedArea($user, 'user', $id, 'user', $feature2);
if ($user->id <> $id && !$canreaduser) accessforbidden();
$result = $user2->fetch($id);
if ($result <= 0)