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

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
This commit is contained in:
Joas Schilling
2014-04-22 18:25:33 +02:00
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?
*/