From 82110d152a519d1f3655f94c6998e7c84bd32c69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 9 Feb 2010 02:19:41 +0100 Subject: [PATCH] Actually display results of Mentor search... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile.php b/modules/profile.php index 58bce5f..4bf9813 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -677,7 +677,7 @@ class ProfileModule extends PLModule require_once 'userset.inc.php'; $ufc = $ufb->getUFC(); $set = new ProfileSet($ufc); - $set->addMod('referent', 'Référents'); + $set->addMod('mentor', 'Référents'); $set->apply('referent/search', $page, $action, $subaction); if ($set->count() > 100) { $page->assign('recherche_trop_large', true); -- 2.1.4