From 104b93e80d5785fffd655171f06f23f54d68ab04 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 2 Jan 2014 15:04:16 +0000 Subject: feature 3016: upgrade script to Piwigo 2.6 git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/upgrade_2.4.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_2.4.0.php') diff --git a/install/upgrade_2.4.0.php b/install/upgrade_2.4.0.php index 20f5d9c29..96a56f410 100644 --- a/install/upgrade_2.4.0.php +++ b/install/upgrade_2.4.0.php @@ -121,5 +121,5 @@ echo ''; ob_end_clean(); // now we upgrade from 2.5.0 -// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.5.0.php'); +include_once(PHPWG_ROOT_PATH.'install/upgrade_2.5.0.php'); ?> -- cgit v1.2.3