From 082705b414cfb4d2a85c6ebd5f80d7699c009f64 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 2 Mar 2013 21:02:42 +0000 Subject: feature 2856: upgrade script to version 2.5 git-svn-id: http://piwigo.org/svn/trunk@21103 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/upgrade_2.3.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_2.3.0.php') diff --git a/install/upgrade_2.3.0.php b/install/upgrade_2.3.0.php index 7b38b24c3..7e8946b37 100644 --- a/install/upgrade_2.3.0.php +++ b/install/upgrade_2.3.0.php @@ -121,5 +121,5 @@ echo ''; ob_end_clean(); // now we upgrade from 2.4.0 -// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.4.0.php'); +include_once(PHPWG_ROOT_PATH.'install/upgrade_2.4.0.php'); ?> -- cgit v1.2.3