aboutsummaryrefslogtreecommitdiffstats
path: root/admin/page
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-21 18:38:46 +0200
committerThomas Lange <code@nerdmind.de>2021-06-21 18:38:46 +0200
commit3c1f5e3427e3e45a11b772dfe24da2cef63f91f0 (patch)
tree9a8ff8a4a7762aad934292caf0c8e66ab782d8f6 /admin/page
parentbf57f3dcba5864b63882c273d25403c28637eeab (diff)
downloadblog-3c1f5e3427e3e45a11b772dfe24da2cef63f91f0.tar.gz
blog-3c1f5e3427e3e45a11b772dfe24da2cef63f91f0.tar.xz
blog-3c1f5e3427e3e45a11b772dfe24da2cef63f91f0.zip
Use function parseEntityContent
Diffstat (limited to 'admin/page')
-rw-r--r--admin/page/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/page/delete.php b/admin/page/delete.php
index 69ad242..e1c95f0 100644
--- a/admin/page/delete.php
+++ b/admin/page/delete.php
@@ -31,7 +31,7 @@ try {
# Build document
#===============================================================================
$FormTemplate = Template\Factory::build('page/form');
- $FormTemplate->set('HTML', $Page->getHTML());
+ $FormTemplate->set('HTML', parseEntityContent($Page));
$FormTemplate->set('FORM', [
'TYPE' => 'DELETE',
'INFO' => $messages ?? [],