Rename ufbuilder.php to ufbuilder.inc.php
[platal.git] / classes / user.php
index e1f0c3b..71b21c9 100644 (file)
@@ -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)
     {