From: Raphaël Barrois Date: Wed, 12 Aug 2009 14:25:03 +0000 (+0200) Subject: Bugfix in user.php X-Git-Tag: xorg/1.0.0~332^2~324 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=825e2031a845d5ff409700a27234abae2b4e5947;p=platal.git Bugfix in user.php I can't define promo() twice... Signed-off-by: Raphaël Barrois --- diff --git a/classes/user.php b/classes/user.php index e1f0c3b..71b21c9 100644 --- a/classes/user.php +++ b/classes/user.php @@ -27,11 +27,6 @@ class User extends PlUser // Additional fields (non core) protected $promo = null; - public function promo() - { - return $this->promo; - } - // Implementation of the login to uid method. protected function getLogin($login) {