[Comoblog-commit] comoblog/_install upgrade_2.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-18 08:24:58
|
Update of /cvsroot/comoblog/comoblog/_install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv991/_install Modified Files: upgrade_2.php Log Message: 1327274 - Updating with existing modules fails Index: upgrade_2.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/upgrade_2.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- upgrade_2.php 11 Oct 2005 23:18:14 -0000 1.2 +++ upgrade_2.php 18 Nov 2005 08:24:50 -0000 1.3 @@ -23,6 +23,9 @@ if ($_POST['site_url'] == '') $errors[] = 'site url required'; + session_start(); + $_SESSION['old_path'] = $_POST['old_path']; + $_SESSION['new_path'] = $_POST['base_path']; if (count($errors) == 0) { |