aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/page_header.php')
-rw-r--r--include/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_header.php b/include/page_header.php
index 8bf830cf5..6891787bd 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -61,7 +61,7 @@ if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) )
$template->assign_vars(
array(
'REFRESH_TIME' => $refresh,
- 'U_REFRESH' => add_session_id( $url_link )
+ 'U_REFRESH' => $url_link
));
$template->assign_block_vars('refresh', array());
}