Fix for missing param.

This commit is contained in:
Laurent Destailleur 2014-02-10 01:36:15 +01:00
parent 94be4ec897
commit 213a64edcc

View File

@ -1629,7 +1629,7 @@ class Propal extends CommonObject
* @param int $notrigger 1=Does not execute triggers, 0= execuete triggers
* @return int <0 if KO, >0 if OK
*/
function reopen($user, $statut, $note, $notrigger=0)
function reopen($user, $statut, $note='', $notrigger=0)
{
global $langs,$conf;