Explorar o código

bugfix different declaration

andre hai 1 ano
pai
achega
0e6e919ec9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;