[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:
Oleg Pudeyev 2011-03-06 20:51:09 -05:00
parent 24834543ee
commit 22004fa7d6

View file

@ -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+