X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fwiki%2Ffarmconfig.php;h=a4fef9d5c2cc7f87f882cec3f0448e3d97d6cdb6;hb=c67b874fd8d442bfded35295a819e7ce11a2d6dc;hp=617ebfbeb4b4546f48cb297870862442c5b9bb78;hpb=684195f33b11e3067200dd3a9e14304bd7d04463;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 . ''; }