diff options
Diffstat (limited to 'install/upgrade_2.0.0.php')
-rw-r--r-- | install/upgrade_2.0.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.0.0.php b/install/upgrade_2.0.0.php index ce2c30b1c..c85e10d13 100644 --- a/install/upgrade_2.0.0.php +++ b/install/upgrade_2.0.0.php @@ -114,5 +114,5 @@ echo '</pre>'; ob_end_clean(); // now we upgrade from 2.1.0 -// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.1.0.php'); +include_once(PHPWG_ROOT_PATH.'install/upgrade_2.1.0.php'); ?> |