From 90be0782ff880178e6b4f39c3f1e63494d3ff279 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Feb 2016 10:44:32 +0100 Subject: feature #423, upgrade script to 2.8 --- install/upgrade_2.6.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_2.6.0.php') 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 ''; 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'); ?> -- cgit v1.2.3