Skip to content

Commit

Permalink
fix : Fatal error: Uncaught exception 'Exception' with message 'Incor…
Browse files Browse the repository at this point in the history
…rect log level'
  • Loading branch information
grandoc committed Aug 27, 2015
1 parent db7defb commit e9f631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Expand Up @@ -1837,7 +1837,7 @@ function add_object_linked($origin=null, $origin_id=null)
* @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;

Expand Down

0 comments on commit e9f631d

Please sign in to comment.