aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.3.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-03-02 21:02:42 +0000
committerplegall <plg@piwigo.org>2013-03-02 21:02:42 +0000
commit082705b414cfb4d2a85c6ebd5f80d7699c009f64 (patch)
tree26daebda7d854a6229c2d63f2e63346c6a285c11 /install/upgrade_2.3.0.php
parentdcd518ce6e05afa4763085b22cb73b90a9b84da5 (diff)
feature 2856: upgrade script to version 2.5
git-svn-id: http://piwigo.org/svn/trunk@21103 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.3.0.php')
-rw-r--r--install/upgrade_2.3.0.php2
1 files changed, 1 insertions, 1 deletions
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 '</pre>';
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');
?>