Skip to content
Snippets Groups Projects
Commit ca359007 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

render helpbar widgets without layout, fixes #4896

Closes #4896

Merge request studip/studip!3668
parent c9225e55
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
class HelpbarWidget extends Widget class HelpbarWidget extends Widget
{ {
public $icon = false; public $icon = false;
protected $layout = false;
public function setIcon($icon) public function setIcon($icon)
{ {
$this->icon = $icon; $this->icon = $icon;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment