From 99b2dfda77721ad57a12cc5b068e911f2c11bb9d Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 11 Mar 2014 10:52:49 +0100 Subject: [PATCH] Correct Travis Error --- htdocs/compta/salaries/class/paymentsalary.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/salaries/class/paymentsalary.class.php b/htdocs/compta/salaries/class/paymentsalary.class.php index 3e3574d194b..2aff98a2322 100644 --- a/htdocs/compta/salaries/class/paymentsalary.class.php +++ b/htdocs/compta/salaries/class/paymentsalary.class.php @@ -478,7 +478,7 @@ class PaymentSalary extends CommonObject $linkaddedforthirdparty=array(); foreach ($this->amounts as $key => $value) { - $sal = new PaymentSalary ($this->db); + $sal = new PaymentSalary($this->db); $sal->fetch($key); $sal->fetch_user($this->fk_user);