From 1a8882198ef20ad23dfb3fded8fad846abd51cc1 Mon Sep 17 00:00:00 2001 From: Abbes Bahfir Date: Sat, 24 Nov 2018 23:50:19 +0100 Subject: [PATCH] fix: Accss to global $conf needed --- htdocs/fichinter/class/fichinter.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index 7c05eda422e..32643b77811 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -315,7 +315,6 @@ class Fichinter extends CommonObject */ function update($user, $notrigger=0) { - global $conf; if (! is_numeric($this->duration)) { $this->duration = 0; }