diff options
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 1 |
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, ' |