aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.3.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_2.3.0.php')
-rw-r--r--install/upgrade_2.3.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.3.0.php b/install/upgrade_2.3.0.php
index 7b38b24c3..7e8946b37 100644
--- a/install/upgrade_2.3.0.php
+++ b/install/upgrade_2.3.0.php
@@ -121,5 +121,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 2.4.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.4.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.4.0.php');
?>