Fixed a bug when using a hierarchy of locations, since locatins genreally depends on the object's organization

SVN:trunk[1385]
This commit is contained in:
Denis Flaven
2011-07-29 10:09:14 +00:00
parent ff89c4d424
commit ca9f17d6e1
2 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ try
$oObj = null;
}
$oWidget = new UIExtKeyWidget($sTargetClass, $sInputId);
$oWidget->DisplayHierarchy($oPage, $sFilter, $currValue);
$oWidget->DisplayHierarchy($oPage, $sFilter, $currValue, $oObj);
break;
////////////////////////////////////////////////////