aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 6f58f6557..a2d36854b 100644
--- a/about.php
+++ b/about.php
@@ -45,7 +45,7 @@ $template->set_filenames(
$template->assign_vars(
array(
- 'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php')
+ 'U_HOME' => PHPWG_ROOT_PATH.'category.php'
)
);