aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.6.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-02-23 10:44:32 +0100
committerplegall <plg@piwigo.org>2016-02-23 10:44:32 +0100
commit90be0782ff880178e6b4f39c3f1e63494d3ff279 (patch)
tree17ff98ad7583bcabc900fd85e11e58eb07aed4e7 /install/upgrade_2.6.0.php
parent8ffed400035ccb8c6bbd9f3a75e3d995a6824712 (diff)
feature #423, upgrade script to 2.8
Diffstat (limited to 'install/upgrade_2.6.0.php')
-rw-r--r--install/upgrade_2.6.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.6.0.php b/install/upgrade_2.6.0.php
index 7c6451e66..28ed3f151 100644
--- a/install/upgrade_2.6.0.php
+++ b/install/upgrade_2.6.0.php
@@ -122,5 +122,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 2.7.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.7.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.7.0.php');
?>