aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/functions.php b/core/functions.php
index 03b3ae5..cefa76a 100644
--- a/core/functions.php
+++ b/core/functions.php
@@ -109,7 +109,7 @@ function generateItemTemplateData(EntityInterface $Entity): array {
],
'BODY' => [
- 'TEXT' => function() use($Entity) {
+ 'TEXT' => function() use($preparsed) {
return $preparsed;
},
'HTML' => function() use($Entity) {