Skip to content

Commit

Permalink
##46
Browse files Browse the repository at this point in the history
  • Loading branch information
tihhanovski committed Jul 13, 2016
1 parent 9ecb779 commit dd71579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/squared/classes/SquaredMainMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function fillAppRegistries()
foreach ($parts as $icon => $mp)
foreach ($registries as $reg)
if($reg->module == $m->getIdValue() && $reg->menupartId == $mp->getIdValue() && $reg->typeId < 10)
$mnuModule->addItem(new SquaredMainMenuItem($icon, app()->url("?registry=" . $reg->name), t($reg->getCaption())));
$mnuModule->addItem(new SquaredMainMenuItem(/*$icon*/"", app()->url("?registry=" . $reg->name), t($reg->getCaption())));

$this->addItem($mnuModule);

Expand Down

0 comments on commit dd71579

Please sign in to comment.