aboutsummaryrefslogtreecommitdiffstats
path: root/random.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-01-15 13:49:29 +0000
committernikrou <nikrou@piwigo.org>2006-01-15 13:49:29 +0000
commit71d78a813f9b10c2fada4eaa25104a9c364ced6f (patch)
tree6ddcab6acb896db36266baaf3dd3afb7cb40fd55 /random.php
parent9d6404ad36375079e815979bd4bf476a5195df5e (diff)
Revert to revision 1002
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'random.php')
-rw-r--r--random.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.php b/random.php
index 189ac57b1..742a514e4 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&amp;list='.implode(',', $ids);
-redirect($url);
+redirect(add_session_id($url));
?> \ No newline at end of file