mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympus
* bantu/ticket/11178: [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
This commit is contained in:
commit
a16b9d17da
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ $updates_to_version = UPDATES_TO_VERSION;
|
||||||
$debug_from_version = DEBUG_FROM_VERSION;
|
$debug_from_version = DEBUG_FROM_VERSION;
|
||||||
$oldest_from_version = OLDEST_FROM_VERSION;
|
$oldest_from_version = OLDEST_FROM_VERSION;
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
|
|
||||||
@set_time_limit(0);
|
@set_time_limit(0);
|
||||||
|
|
||||||
// Include essential scripts
|
// Include essential scripts
|
||||||
|
|
Loading…
Add table
Reference in a new issue