diff options
Diffstat (limited to 'random.php')
-rw-r--r-- | random.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/random.php b/random.php index 742a514e4..189ac57b1 100644 --- a/random.php +++ b/random.php @@ -59,5 +59,5 @@ while ($row = mysql_fetch_array($result)) // | redirect | // +-----------------------------------------------------------------------+ $url = PHPWG_ROOT_PATH.'category.php?cat=list&list='.implode(',', $ids); -redirect(add_session_id($url)); +redirect($url); ?>
\ No newline at end of file |