X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=039f71a7fac9e6edd6a7f83a8d73aaf769dce93e;hb=1707967ad953869e8f6f36ae995a7d16825486df;hp=68700f71fb81537ca4684e5c30657f27bd7c1eb5;hpb=460d8f5533ac4dff9d0df95efe11c399228b8637;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) {