showArticle-Anpassungen

This commit is contained in:
2026-06-14 13:09:38 +02:00
parent aac13297de
commit 5c432e5801
3 changed files with 59 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ require_once '../validator/article-validator.php';
$cleanedTags = array_unique($cleanedTags);
$cleanedTags = implode(',', $cleanedTags);
}
// ----------------- Base64-Bilder verarbeiten und auf Server speichern -----------------
$blocks = json_decode($content, true);
$uploadDir = __DIR__ . '/../../uploads/';