Fix backward compatibility

This commit is contained in:
Laurent Destailleur 2018-03-04 11:28:01 +01:00
parent 82fd84fb48
commit e574ec4bf1

View File

@ -4520,6 +4520,7 @@ abstract class CommonObject
}
else
{
global $extrafields;
dol_syslog("Warning: fetch_optionals was called with param optionsArray defined when you should pass null now", LOG_WARNING);
}