X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fwiki%2Ffarmconfig.php;h=a4fef9d5c2cc7f87f882cec3f0448e3d97d6cdb6;hb=a245a3e14efde886a8a92307c0066f2caa2d8710;hp=617ebfbeb4b4546f48cb297870862442c5b9bb78;hpb=c12cc82e1d97b51e19b294942ea9450a34d929cd;p=platal.git diff --git a/include/wiki/farmconfig.php b/include/wiki/farmconfig.php index 617ebfb..a4fef9d 100644 --- a/include/wiki/farmconfig.php +++ b/include/wiki/farmconfig.php @@ -97,8 +97,8 @@ function doBicol($column=false) function doPlatalLink($link, $text) { if (strlen(trim($text)) == 0) { - $user = User::get($link); - $text = $user->fullName(); + $profile = Profile::get($link); + $text = $profile->fullName(); } return '' . $text . ''; }