Skip to content

Commit

Permalink
Fix Updater 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitan1982 committed Mar 30, 2015
1 parent 5729cb8 commit bdf219f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Installation/Updater/Updater040801.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private function initializeAdminDesktopMenuConfiguration()

if (is_null($resourceOt)) {
$resourceOt = new OrderedTool();
$resourceOt->setTool($parametersTool);
$resourceOt->setTool($resourcesTool);
$resourceOt->setType(0);
$resourceOt->setOrder(2);
$resourceOt->setLocked(false);
Expand All @@ -86,7 +86,7 @@ private function initializeAdminDesktopMenuConfiguration()
$messageOt->setType(0);
$messageOt->setOrder(3);
$messageOt->setLocked(false);
$messageOt->setName($parametersTool->getName());
$messageOt->setName($messageTool->getName());
}
$messageOt->setVisibleInDesktop(true);
$this->om->persist($messageOt);
Expand Down

0 comments on commit bdf219f

Please sign in to comment.