Skip to content
Code-Schnipsel Gruppen Projekte
Commit 35d8a927 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

fix: php-control PromosliderWp2C no longer ignores given attributes

Übergeordneter 9cf87676
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -23,8 +23,6 @@ class PromosliderWallpaper2Content extends PromosliderWallpaper
*/
public function __construct($attributes = array())
{
parent::__construct($attributes);
// default options
$this->setAttributes(array(
'title' => '',
......@@ -46,6 +44,8 @@ public function __construct($attributes = array())
$this->addCSSClass('grid-100');
$this->addCSSClass('mobile-grid-100');
$this->addCSSClass('quiqqer-bricks-promoslider-wallpaper');
parent::__construct($attributes);
}
/**
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren