diff options
author | plegall <plg@piwigo.org> | 2016-02-23 10:44:32 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-02-23 10:44:32 +0100 |
commit | 90be0782ff880178e6b4f39c3f1e63494d3ff279 (patch) | |
tree | 17ff98ad7583bcabc900fd85e11e58eb07aed4e7 /install/upgrade_2.6.0.php | |
parent | 8ffed400035ccb8c6bbd9f3a75e3d995a6824712 (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.php | 2 |
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'); ?> |