Commit 194b956d1c318608d4e0ab4b801bc440fd806b11
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
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitFromOrgBL.php
| @@ -47,7 +47,7 @@ if (checkSession()) { | @@ -47,7 +47,7 @@ if (checkSession()) { | ||
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | } else{ | 49 | } else{ |
| 50 | - $oLink = UnitOrganisationLink::getLinkByUnitID($fUnitID); | 50 | + $oLink = UnitOrganisationLink::getByUnitID($fUnitID); |
| 51 | 51 | ||
| 52 | if($oLink){ | 52 | if($oLink){ |
| 53 | $oPatternCustom->addHtml(getRemoveUnitsPage($oLink)); | 53 | $oPatternCustom->addHtml(getRemoveUnitsPage($oLink)); |