mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-17 10:02:54 -05:00
BaseElement: fix addAttributes() helper
This commit is contained in:
parent
55d9f1e1c5
commit
94e29aec1d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ abstract class BaseElement extends Html
|
|||
*/
|
||||
public function addAttributes($attributes)
|
||||
{
|
||||
$this->attributes = Attributes::wantAttributes($attributes);
|
||||
$this->attributes()->add($attributes);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue