diff options
author | plegall <plg@piwigo.org> | 2014-01-02 15:04:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-02 15:04:16 +0000 |
commit | 104b93e80d5785fffd655171f06f23f54d68ab04 (patch) | |
tree | ba42bc19dbcbf49a85697e0051869249658bbd8e /install/upgrade_2.4.0.php | |
parent | 5fb0ce9063564955bd7e46033528ad678cc30321 (diff) |
feature 3016: upgrade script to Piwigo 2.6
git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.4.0.php')
-rw-r--r-- | install/upgrade_2.4.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '</pre>'; 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'); ?> |