aboutsummaryrefslogtreecommitdiffstats
path: root/core/functions.php
diff options
context:
space:
mode:
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 517be51..519e5f1 100644
--- a/core/functions.php
+++ b/core/functions.php
@@ -79,7 +79,7 @@ function generateItemTemplateData(Item $Item): array {
$ATTR = array_change_key_case($ATTR, CASE_UPPER);
return [
- 'URL' => $Item->getURL(),
+ 'URL' => Application::getEntityURL($Item),
'GUID' => $Item->getGUID(),
'ARGV' => $Item->getArguments(),