aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.5.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-20 11:43:01 +0000
committerplegall <plg@piwigo.org>2014-09-20 11:43:01 +0000
commitb0cc8f1bc2be174105cd71b3d31e7ae3f51ee0c6 (patch)
tree4e436a9aa74c2de02fc8d5288c9d60a58bff6c66 /install/upgrade_2.5.0.php
parent4e612f3e59de9292ff9034cc69127003574bc1dc (diff)
* feature 3142: upgrade script to Piwigo 2.7
* link to Tour 2_7_0 at the end of upgrade * activate plugin Take a Tour by default git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.5.0.php')
-rw-r--r--install/upgrade_2.5.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.5.0.php b/install/upgrade_2.5.0.php
index 43125aa0e..32c7c9157 100644
--- a/install/upgrade_2.5.0.php
+++ b/install/upgrade_2.5.0.php
@@ -121,5 +121,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 2.6.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.6.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.6.0.php');
?>