aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.7.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_1.7.0.php')
-rw-r--r--install/upgrade_1.7.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.7.0.php b/install/upgrade_1.7.0.php
index 413170f4a..c4241dd51 100644
--- a/install/upgrade_1.7.0.php
+++ b/install/upgrade_1.7.0.php
@@ -116,7 +116,7 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade`
}
echo '</pre>';
-ob_clean();
+ob_end_clean();
// now we upgrade from 2.0.0
// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php');