X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=039f71a7fac9e6edd6a7f83a8d73aaf769dce93e;hb=5d42c993d85a2f1fa3595eb1591a921c0f89d8cd;hp=68700f71fb81537ca4684e5c30657f27bd7c1eb5;hpb=01c0448f918d513f314951b0a6ab97f6b7f939aa;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 68700f7..039f71a 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -718,8 +718,9 @@ class ProfileModule extends PLModule $x = substr($x, 0, strlen($x) - 4); } - $vcard = new VCard($x); - $vcard->do_page($page); + $vcard = new VCard(); + $vcard->addUser($x); + $vcard->show(); } function handler_admin_trombino(&$page, $uid = null, $action = null) {