dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit f60a4a4f60 - Show all commits
+2 -1
View File
@@ -44,7 +44,8 @@ function articleContentValidator($content)
}
// Prüft direkt, ob der String valides JSON enthält
return json_validate($content);
json_decode($content);
return json_last_error() === JSON_ERROR_NONE;
}
/**