summaryrefslogtreecommitdiff
path: root/modules/notification/views/item_added.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/views/item_added.html.php')
-rw-r--r--modules/notification/views/item_added.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/notification/views/item_added.html.php b/modules/notification/views/item_added.html.php
index f697fea6..1ea3720d 100644
--- a/modules/notification/views/item_added.html.php
+++ b/modules/notification/views/item_added.html.php
@@ -13,8 +13,8 @@
<tr>
<td><?= t("Url:") ?></td>
<td>
- <a href="<?= $item->url(array(), true) ?>">
- <?= $item->url(array(), true) ?>
+ <a href="<?= $item->abs_url() ?>">
+ <?= $item->abs_url() ?>
</a>
</td>
</tr>