From e15834dae26d98025f32de8e19bed26a734c0d45 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 Jul 2012 15:27:37 +0200 Subject: [PATCH] Fix: Removing chekstyle warning helps me to find real bugs --- htdocs/compta/paiement/cheque/class/remisecheque.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php index 7967db52988..a78f05ef04a 100644 --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php @@ -119,7 +119,7 @@ class RemiseCheque extends CommonObject * @param array $toRemise array with cheques to remise * @return int <0 if KO, >0 if OK */ - function create($user, $account_id, $limit=40, $toRemise) + function create($user, $account_id, $limit, $toRemise) { global $conf;