Skip to content

Commit

Permalink
Fix backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 4, 2018
1 parent 82fd84f commit e574ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -4520,6 +4520,7 @@ function fetch_optionals($rowid=null, $optionsArray=null)
}
else
{
global $extrafields;
dol_syslog("Warning: fetch_optionals was called with param optionsArray defined when you should pass null now", LOG_WARNING);
}

Expand Down

0 comments on commit e574ec4

Please sign in to comment.