[Comoblog-commit] comoblog/_install patch_0.php,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2006-01-10 01:26:09
|
Update of /cvsroot/comoblog/comoblog/_install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9481 Modified Files: patch_0.php Log Message: Fix patch to upgrade switch typo Index: patch_0.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/patch_0.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- patch_0.php 22 Dec 2005 05:30:18 -0000 1.1 +++ patch_0.php 10 Jan 2006 01:26:01 -0000 1.2 @@ -13,7 +13,7 @@ $file_version = file(dirname(__FILE__).'/../VERSION'); if (!in_supported_patch_list(CFG_VERSION)) { - Header ('Location: _install/upgrade_0.php'); + Header ('Location: ../_install/upgrade_0.php'); exit; } |