This commit is contained in:
Dennis Eichhorn 2023-08-28 22:06:33 +00:00
parent d3ef610883
commit 8ee27615f8

View File

@ -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;