diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-22 18:25:33 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-22 18:25:33 +0200 |
commit | ed07f1b85eb95eb108987fc1a6187fa9bf311ace (patch) | |
tree | bbe943fca3aec1f2acbbe0584d2febf81c68a666 /phpBB/install | |
parent | e360f911f854d88c9bdc875f9f938709847ce32b (diff) | |
parent | 7cccd59cdc0f89d13b57c1aacad72dc5687dd453 (diff) | |
download | forums-ed07f1b85eb95eb108987fc1a6187fa9bf311ace.tar forums-ed07f1b85eb95eb108987fc1a6187fa9bf311ace.tar.gz forums-ed07f1b85eb95eb108987fc1a6187fa9bf311ace.tar.bz2 forums-ed07f1b85eb95eb108987fc1a6187fa9bf311ace.tar.xz forums-ed07f1b85eb95eb108987fc1a6187fa9bf311ace.zip |
Merge pull request #2248 from Elsensee/ticket/12193
[ticket/12193] Fix broken HTML if SQL error occurs during migration
* Elsensee/ticket/12193:
[ticket/12193] Fix broken HTML if SQL error occurs during migration
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index bad51e2fe3..6c9eeb6a75 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -169,6 +169,8 @@ header('Content-type: text/html; charset=UTF-8'); <?php +define('IN_DB_UPDATE', true); + /** * @todo firebird/mysql update? */ |