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