From 8ee27615f8e49e3781f7e8ca463304641c987f7d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 28 Aug 2023 22:06:33 +0000 Subject: [PATCH] update --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index ba45230..920cf0b 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -533,7 +533,7 @@ final class ApiController extends Controller virtualPath: $path, pathSettings: PathSettings::FILE_PATH, hasAccountRelation: false, - readContent: (bool) ($request->getData('parse_content') ?? false) + readContent: $request->getDataBool('parse_content') ?? false ); $collection = null;