X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprofile%2Fmentor.inc.php;h=035bb4768a074cae1e12e3328d5dadee62bcae62;hb=b3cd1320f091b2df9c8ed5f7b995a3d88c26ecad;hp=d026ed0c28446c2efcd84cf2efe4f73e8d8d1a9e;hpb=34465ab035104f739a54ec62660f04f874448627;p=platal.git diff --git a/modules/profile/mentor.inc.php b/modules/profile/mentor.inc.php index d026ed0..035bb47 100644 --- a/modules/profile/mentor.inc.php +++ b/modules/profile/mentor.inc.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -class ProfileSectors implements ProfileSetting +class ProfileSettingSectors implements ProfileSetting { public function value(ProfilePage &$page, $field, $value, &$success) { @@ -71,7 +71,7 @@ class ProfileSectors implements ProfileSetting } } -class ProfileCountry implements ProfileSetting +class ProfileSettingCountry implements ProfileSetting { public function value(ProfilePage &$page, $field, $value, &$success) { @@ -110,7 +110,7 @@ class ProfileCountry implements ProfileSetting } -class ProfileMentor extends ProfilePage +class ProfileSettingMentor extends ProfilePage { protected $pg_template = 'profile/mentor.tpl'; @@ -118,8 +118,8 @@ class ProfileMentor extends ProfilePage { parent::__construct($wiz); $this->settings['expertise'] = null; - $this->settings['sectors'] = new ProfileSectors(); - $this->settings['countries'] = new ProfileCountry(); + $this->settings['sectors'] = new ProfileSettingSectors(); + $this->settings['countries'] = new ProfileSettingCountry(); } protected function _fetchData()