diff options
-rw-r--r-- | core/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |