Commit 194b956d1c318608d4e0ab4b801bc440fd806b11

Authored by michael
1 parent 0eafb7f6

(#2760) updated for method name change


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2389 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitFromOrgBL.php
... ... @@ -47,7 +47,7 @@ if (checkSession()) {
47 47 }
48 48  
49 49 } else{
50   - $oLink = UnitOrganisationLink::getLinkByUnitID($fUnitID);
  50 + $oLink = UnitOrganisationLink::getByUnitID($fUnitID);
51 51  
52 52 if($oLink){
53 53 $oPatternCustom->addHtml(getRemoveUnitsPage($oLink));
... ...