From ba7c1b55fb22e893f39f0519e135d881353088fc Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 19:01:30 +0200 Subject: Use function parseArguments --- core/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/functions.php b/core/functions.php index 5fd1b39..f674244 100644 --- a/core/functions.php +++ b/core/functions.php @@ -83,7 +83,7 @@ function generateItemTemplateData(Item $Item): array { return [ 'URL' => Application::getEntityURL($Item), 'GUID' => generatePseudoGUID($Item), - 'ARGV' => $Item->getArguments(), + 'ARGV' => parseArguments($Item->attr('argv')), 'ATTR' => $ATTR, -- cgit v1.2.3