aboutsummaryrefslogtreecommitdiffstats
path: root/core/functions.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-21 18:42:21 +0200
committerThomas Lange <code@nerdmind.de>2021-06-21 18:42:21 +0200
commit93e84ae4bcf58ace1f714e248a7bc2067f784467 (patch)
tree838a96bef2b3f19bd780496c5098ee374458d7ba /core/functions.php
parent55eaa1d7b47d11078bd441427cfe16483cf966f7 (diff)
downloadblog-93e84ae4bcf58ace1f714e248a7bc2067f784467.tar.gz
blog-93e84ae4bcf58ace1f714e248a7bc2067f784467.tar.xz
blog-93e84ae4bcf58ace1f714e248a7bc2067f784467.zip
Use function getMarkdownImageURLs
Diffstat (limited to 'core/functions.php')
-rw-r--r--core/functions.php2
1 files changed, 1 insertions, 1 deletions
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' => [