diff --git a/htdocs/telephonie/adsl/ligneadsl.class.php b/htdocs/telephonie/adsl/ligneadsl.class.php index c1b1938ed36..230cdf2b964 100644 --- a/htdocs/telephonie/adsl/ligneadsl.class.php +++ b/htdocs/telephonie/adsl/ligneadsl.class.php @@ -289,7 +289,7 @@ class LigneAdsl { // Appel le workflow $wkf = new WorkflowTelephonie($this->db); - $wkf->notify('xdsl', $statut, $this->numero); + $wkf->notify('xdsl', $statut, $this->numero, $commentaire); return 0; }