From 138315b3be51fed07d5f53737c5ebca3a4d2683f Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Dec 2016 19:55:15 +0200 Subject: [PATCH] prices --- src/lib/models/discount.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/models/discount.php b/src/lib/models/discount.php index c216cd3..30234fe 100644 --- a/src/lib/models/discount.php +++ b/src/lib/models/discount.php @@ -56,10 +56,9 @@ class discount extends \db /** * Get actual discount - * @param $id * @return array */ - public function getActiveData($id) + public function getActiveData() { return $this->get( ' -- libgit2 0.21.4