summaryrefslogtreecommitdiff
path: root/modules/notification/views/item_updated.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification/views/item_updated.html.php')
-rw-r--r--modules/notification/views/item_updated.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/views/item_updated.html.php b/modules/notification/views/item_updated.html.php
index ba03540a..9c200964 100644
--- a/modules/notification/views/item_updated.html.php
+++ b/modules/notification/views/item_updated.html.php
@@ -17,7 +17,7 @@
</tr>
<tr>
<td><?= t("Url:") ?></td>
- <td><a href="<?= $item->url(array(), true) ?>"><?= $item->url(array(), true) ?></a></td>
+ <td><a href="<?= $item->abs_url() ?>"><?= $item->abs_url() ?></a></td>
</tr>
<? if ($item->original("description") != $item->description): ?>
<tr>