@@ -66,8 +66,9 @@ |
||
| 66 | 66 | $actionO = $action; |
| 67 | 67 | if (\is_object($action) === false) { |
| 68 | 68 | $actionO = new HtmlButton("action-" . $this->identifier, $action); |
| 69 | - if (isset($icon)) |
|
| 70 | - $actionO->addIcon($icon, true, $labeled); |
|
| 69 | + if (isset($icon)) { |
|
| 70 | + $actionO->addIcon($icon, true, $labeled); |
|
| 71 | + } |
|
| 71 | 72 | } |
| 72 | 73 | $this->addContent($actionO, \strstr($direction, Direction::LEFT) !== false); |
| 73 | 74 | return $actionO; |