aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/postgres.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-03-06 20:51:09 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-03-06 20:51:09 -0500
commit22004fa7d65b19e8bfe96a97042a614be1adf444 (patch)
tree54cb5d6659f3d8ed560ae16775afcb0b8644f4cf /phpBB/includes/db/postgres.php
parent24834543eef54650d198e1eb2b3a851e1ce08227 (diff)
downloadforums-22004fa7d65b19e8bfe96a97042a614be1adf444.tar
forums-22004fa7d65b19e8bfe96a97042a614be1adf444.tar.gz
forums-22004fa7d65b19e8bfe96a97042a614be1adf444.tar.bz2
forums-22004fa7d65b19e8bfe96a97042a614be1adf444.tar.xz
forums-22004fa7d65b19e8bfe96a97042a614be1adf444.zip
[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
Diffstat (limited to 'phpBB/includes/db/postgres.php')
-rw-r--r--phpBB/includes/db/postgres.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/db/postgres.php b/phpBB/includes/db/postgres.php
index a8dc3dd8ee..d703f5b567 100644
--- a/phpBB/includes/db/postgres.php
+++ b/phpBB/includes/db/postgres.php
@@ -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+