X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile%2Fskills.inc.php;h=c3da4f94e3b6832ea358185dafe75c79a1766b0f;hb=46cd778872eee0d7f7fa0be598f6ae6eb71f4f7e;hp=a922fc0da3016bfeeaa581ba09955f224344e068;hpb=be6ab042d1dc34d9e42557281b48dd8da400231b;p=platal.git diff --git a/modules/profile/skills.inc.php b/modules/profile/skills.inc.php index a922fc0..c3da4f9 100644 --- a/modules/profile/skills.inc.php +++ b/modules/profile/skills.inc.php @@ -1,6 +1,6 @@ settings['langues'] = new ProfileSkill('langues', 'lid', 'langue_fr'); } - public function prepare(PlatalPage &$page) + public function _prepare(PlPage &$page, $id) { - parent::prepare($page); $page->assign('comp_list', XDB::iterator("SELECT id, text_fr, FIND_IN_SET('titre',flags) AS title FROM competences_def")); $page->assign('comp_level', array('initié' => 'initié',