Skip to content
Code-Schnipsel Gruppen Projekte
Commit 67452087 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: workaround -> cache

Übergeordneter b6979511
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -293,8 +293,10 @@ public function create()
}
}
return $data['html'];
} catch (QUI\Exception $Exception) {
if (!empty($data['html'])) {
return $data['html'];
}
} catch (\Exception $Exception) {
}
if ($this->getAttribute('type') == 'content') {
......
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