Skip to content

Commit

Permalink
Merge pull request #10086 from bafbes/abb80044
Browse files Browse the repository at this point in the history
 fix: Access to global $conf needed
  • Loading branch information
eldy committed Nov 29, 2018
2 parents 05f1e5f + 1a88821 commit a460452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/fichinter/class/fichinter.class.php
Expand Up @@ -315,7 +315,6 @@ function create($user, $notrigger=0)
*/
function update($user, $notrigger=0)
{
global $conf;
if (! is_numeric($this->duration)) {
$this->duration = 0;
}
Expand Down

0 comments on commit a460452

Please sign in to comment.