From 93e84ae4bcf58ace1f714e248a7bc2067f784467 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 18:42:21 +0200 Subject: Use function getMarkdownImageURLs --- core/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/functions.php') diff --git a/core/functions.php b/core/functions.php index 4befb19..4b3eabd 100644 --- a/core/functions.php +++ b/core/functions.php @@ -91,7 +91,7 @@ function generateItemTemplateData(Item $Item): array { 'NEXT' => FALSE, 'FILE' => [ - 'LIST' => $Item->getFiles() + 'LIST' => getMarkdownImageURLs($preparsed), ], 'BODY' => [ -- cgit v1.2.3