diff --git a/lib/classes/helpbar/HelpbarWidget.php b/lib/classes/helpbar/HelpbarWidget.php index 4e02b947ee3285b18a6bc2b543b543a0be221e9b..579a6fe4bc1591dbbe014928cee618bbba6d6e47 100644 --- a/lib/classes/helpbar/HelpbarWidget.php +++ b/lib/classes/helpbar/HelpbarWidget.php @@ -2,7 +2,8 @@ class HelpbarWidget extends Widget { public $icon = false; - + protected $layout = false; + public function setIcon($icon) { $this->icon = $icon;