mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/10057] Include error collector class file in postgres dbal.
This change is in its own commit because it will be reverted for 3.1. PHPBB3-10057
This commit is contained in:
parent
24834543ee
commit
22004fa7d6
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ if (!defined('IN_PHPBB'))
|
|||
|
||||
include_once($phpbb_root_path . 'includes/db/dbal.' . $phpEx);
|
||||
|
||||
if (!class_exists('phpbb_error_collector'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/error_collector.' . $phpEx);
|
||||
}
|
||||
|
||||
/**
|
||||
* PostgreSQL Database Abstraction Layer
|
||||
* Minimum Requirement is Version 7.3+
|
||||
|
|
Loading…
Add table
Reference in a new issue