Description
Index: php/src/gadgets/templates/TemplateLibrary.php
===================================================================
250c250
< $this->style[] = new TemplateLibraryContent($style);
—
> $this->style[] = $style;
Index: php/src/gadgets/templates/TemplateLibrary.php
===================================================================
250c250
< $this->style[] = new TemplateLibraryContent($style);
—
> $this->style[] = $style;