aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.inc.php')
-rw-r--r--include/common.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 6e8bbf697..83e1bf30d 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -147,6 +147,7 @@ SELECT id
// which upgrades need to be applied?
if (count(array_diff($existing, $applied)) > 0)
{
+ ob_start();// buffer output so that cookies work
echo
'<p>'
.'Some database upgrades are missing, '