Browse Source

bugfix different declaration

andre 1 year ago
parent
commit
0e6e919ec9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/UI/Widget/Sidebar/SidebarItem.php

+ 1 - 1
core/UI/Widget/Sidebar/SidebarItem.php

@@ -48,7 +48,7 @@ class SidebarItem extends BaseContainer
         return $this->id;
     }
 
-    public function setId($id)
+    public function setId($id = null)
     {
         $this->id = $id;