From 128f6760ba93aaa876103c60b3e85f3a3e817c08 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 30 Oct 2007 07:34:05 +0100 Subject: [PATCH] [svn r13603] Added call to update-files script (to upgrade version in configuration file) --- main/install/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/install/index.php b/main/install/index.php index ba8bf4a342..bcaff9a8b7 100644 --- a/main/install/index.php +++ b/main/install/index.php @@ -606,6 +606,7 @@ elseif($_POST['step6']) case '1.8.4': default: include('update-db-1.8.4-1.8.5.inc.php'); + include('update-files-1.8.4-1.8.5.inc.php'); break; } }