Skip to content

Commit

Permalink
Fix var not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 16, 2018
1 parent d3cc2c8 commit e92ab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/html.form.class.php
Expand Up @@ -6160,6 +6160,7 @@ function showLinkToObjectBlock($object, $restrictlinksto=array(), $excludelinkst

$linktoelem='';
$linktoelemlist='';
$listofidcompanytoscan='';

if (! is_object($object->thirdparty)) $object->fetch_thirdparty();

Expand Down

0 comments on commit e92ab19

Please sign in to comment.