Add possibility to add linked object block in object card for external module

Fix: templates integration
This commit is contained in:
Regis Houssin 2010-04-09 06:52:06 +00:00
parent d8982e5d8c
commit 47f2586070

View File

@ -1966,8 +1966,7 @@ if ($id > 0 || ! empty($ref))
{ {
if($conf->$object->enabled) if($conf->$object->enabled)
{ {
$propal->showLinkedObjectBlock($object,$objectid,$somethingshown); $somethingshown=$propal->showLinkedObjectBlock($object,$objectid,$somethingshown);
$somethingshown = 1;
} }
} }