diff options
Diffstat (limited to 'notification.php')
-rw-r--r-- | notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notification.php b/notification.php index 53950722d..a9d8dd2d1 100644 --- a/notification.php +++ b/notification.php @@ -58,7 +58,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' => add_session_id(PHPWG_ROOT_PATH.'category.php') ) ); |