From 825e2031a845d5ff409700a27234abae2b4e5947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 12 Aug 2009 16:25:03 +0200 Subject: [PATCH] Bugfix in user.php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I can't define promo() twice... Signed-off-by: Raphaël Barrois --- classes/user.php | 5 ----- 1 file changed, 5 deletions(-) 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) { -- 2.1.4