Fixes "patte cassée" page for Google Apps users.
[platal.git] / modules / profile / mentor.inc.php
index 9289878..d1509a8 100644 (file)
@@ -130,7 +130,7 @@ class ProfileMentor extends ProfilePage
                              FROM  mentor
                             WHERE  uid = {?}",
                           S::i('uid'));
-        $this->value['expertise'] = $res->fetchOneCell();
+        $this->values['expertise'] = $res->fetchOneCell();
     }
 
     protected function _saveData()