aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index 02de382..f674a60 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -62,7 +62,7 @@ abstract class Item implements ItemInterface {
try {
$Item = $namespace::build($matches[2]);
- return $Item->getURL();
+ return Application::getEntityURL($Item);
} catch(Exception $Exception) {
return '{undefined}';
}