aboutsummaryrefslogtreecommitdiffstats
path: root/notification.php
diff options
context:
space:
mode:
Diffstat (limited to 'notification.php')
-rw-r--r--notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification.php b/notification.php
index b28472d31..b1d1d8db7 100644
--- a/notification.php
+++ b/notification.php
@@ -63,7 +63,7 @@ $template->set_filenames(array('notification'=>'notification.tpl'));
$template->assign_vars(
array(
'FEED_URL' => PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed'],
- 'U_HOME' => PHPWG_ROOT_PATH.'category.php'
+ 'U_HOME' => make_index_url(),
)
);