From 1d921fc04bf73c6ca879f13e9737ad52596748c5 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 16:23:56 +0200 Subject: Use function generatePseudoGUID --- core/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/functions.php b/core/functions.php index ca13e3d..1af8e36 100644 --- a/core/functions.php +++ b/core/functions.php @@ -80,7 +80,7 @@ function generateItemTemplateData(Item $Item): array { return [ 'URL' => Application::getEntityURL($Item), - 'GUID' => $Item->getGUID(), + 'GUID' => generatePseudoGUID($Item), 'ARGV' => $Item->getArguments(), 'ATTR' => $ATTR, -- cgit v1.2.3