Skip to content

Commit

Permalink
Merge pull request #1087 from kitan1982/workspace-users
Browse files Browse the repository at this point in the history
Fix Updater 4.8.1
  • Loading branch information
ngodfraind committed Mar 30, 2015
2 parents c98162d + bdf219f commit 65cb7fe
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 65cb7fe

Please sign in to comment.