1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12193] Fix broken HTML if SQL error occurs during migration

PHPBB3-12193
This commit is contained in:
Oliver Schramm
2014-04-05 19:48:52 +02:00
parent 0e88f0db4a
commit 7cccd59cdc
2 changed files with 12 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ header('Content-type: text/html; charset=UTF-8');
<?php
define('IN_DB_UPDATE', true);
/**
* @todo firebird/mysql update?
*/