fix : Fatal error: Uncaught exception 'Exception' with message 'Incorrect log level'

This commit is contained in:
philippe grand 2015-08-27 14:49:12 +02:00
parent db7defb7c3
commit e9f631d2e3

View File

@ -1837,7 +1837,7 @@ abstract class CommonObject
* @return void
* @see add_object_linked, updateObjectLinked, deleteObjectLinked
*/
function fetchObjectLinked($sourceid='',$sourcetype='',$targetid='',$targettype='',$clause='OR')
function fetchObjectLinked($sourceid=null,$sourcetype='',$targetid=null,$targettype='',$clause='OR')
{
global $conf;