[FIX] Use existing getDonatePercent

This commit is contained in:
Sebastian Grewe 2013-10-16 11:54:59 +02:00
parent aedb37aa3d
commit 50fb5218b1

View File

@ -56,7 +56,7 @@ class User {
return $this->getSingle($id, 'no_fees', 'id');
}
public function getUserDonatePercent($id) {
return $this->getSingle($id, 'donate_percent', 'id');
return $this->getDonatePercent($id);
}
public function getUserAdmin($id) {
return $this->getSingle($id, 'is_admin', 'id');