Browse Source

Small Notification fix

pull/277/head
Jaussoin Timothée 9 years ago
parent
commit
3f9ba90e8d
  1. 2
      app/widgets/Menu/Menu.php

2
app/widgets/Menu/Menu.php

@ -21,6 +21,8 @@ class Menu extends \Movim\Widget\Base
{
if(isset($packet->content['nodeid'])) {
$this->onRetract($packet);
} else {
$this->onPost($packet);
}
}

Loading…
Cancel
Save