From f653adeb71680b013f56675ddaa069aa7e6286c9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Jan 2018 02:00:06 +0100 Subject: [PATCH] Fix phpcs --- htdocs/don/class/don.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index c0c00f7971d..df298831c22 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -687,6 +687,7 @@ class Don extends CommonObject * * @param int $id id of donation * @param int $userid User who validate the donation/promise + * @param int $notrigger Disable triggers * @return int <0 if KO, >0 if OK */ function valid_promesse($id, $userid, $notrigger=0)