From dc5d1432b1e36f0ff1251512b74d8bdf725b543b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Sep 2018 01:23:46 +0200 Subject: [PATCH] Fix code not reachable --- htdocs/ticket/class/ticket.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 74f5c825e6c..33e5de92aaf 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -1489,8 +1489,6 @@ class Ticket extends CommonObject dol_syslog(get_class($this) . "::assignUser " . $this->error, LOG_ERR); return - 1; } - - return 0; } /**