fix : Fatal error: Uncaught exception 'Exception' with message 'Incorrect log level'
This commit is contained in:
parent
db7defb7c3
commit
e9f631d2e3
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user