X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile%2Fskills.inc.php;h=16ce3796106d5bbf5f1c5d3d99263a141249c72f;hb=20c5c7e6a3ba4acebffb88a22d474931a2b4353b;hp=8f0ec5ef9f0eded00d0ad80779ec2a8982cc4fa4;hpb=dd9bac8f7903e9924525ad8db3e38650ff5ad1b6;p=platal.git diff --git a/modules/profile/skills.inc.php b/modules/profile/skills.inc.php index 8f0ec5e..16ce379 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, $id) + public function _prepare(PlPage &$page, $id) { $page->assign('comp_list', XDB::iterator("SELECT id, text_fr, FIND_IN_SET('titre',flags) AS title FROM competences_def"));