Skip to content
Code-Schnipsel Gruppen Projekte
Commit bad61d87 erstellt von Michael's avatar Michael
Dateien durchsuchen

Merge branch 'dev' of https://dev.quiqqer.com/quiqqer/package-bricks into dev

Übergeordnete 5a39d86a 63b81208
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
Pipeline #657 übersprungen
......@@ -303,6 +303,12 @@ protected function getControl()
$Control->setAttribute('width', $this->getAttribute('width'));
$Control->setAttribute('content', $this->getAttribute('content'));
if ($this->getAttribute('Site')) {
$Control->setAttribute('Site', $this->getAttribute('Site'));
} else {
$Control->setAttribute('Site', QUI::getRewrite()->getSite());
}
if (!($Control instanceof QUI\Control) || !$Control) {
return false;
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren