mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Added missed id attribute to the widget
This commit is contained in:
parent
0c4f031250
commit
0646b21543
@ -29,6 +29,8 @@ class Menu extends \humhub\widgets\BaseMenu
|
||||
if ($this->space === null) {
|
||||
throw new \yii\base\Exception("Could not instance space menu without space!");
|
||||
}
|
||||
|
||||
$this->id = 'navigation-menu-space-' . $this->space->getUniqueId();
|
||||
|
||||
$this->addItemGroup(array(
|
||||
'id' => 'modules',
|
||||
|
Loading…
x
Reference in New Issue
Block a user