|
From: <dac...@us...> - 2007-09-02 06:17:56
|
Revision: 48
http://thevr.svn.sourceforge.net/thevr/?rev=48&view=rev
Author: dachebodt
Date: 2007-09-01 23:17:57 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
session preservation fix for each refresh
Modified Paths:
--------------
mods/cms/trunk/cms_install.php
Modified: mods/cms/trunk/cms_install.php
===================================================================
--- mods/cms/trunk/cms_install.php 2007-09-02 04:00:40 UTC (rev 47)
+++ mods/cms/trunk/cms_install.php 2007-09-02 06:17:57 UTC (rev 48)
@@ -155,7 +155,7 @@
if($next_mod)
{
- $meta_info = append_sid("{$phpbb_root_path}cms_install.$phpEx", "action=install&m=$next_mod");
+ $meta_info = append_sid("{$phpbb_root_path}cms_install.$phpEx", "action=install&m=$next_mod", true, $user->session_id));
meta_refresh(3, $meta_info);
$content = "Installing $next_mod, please wait..."; //sprintf($user->lang['INSTALLING_MOD'], $next_mod);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|