summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authpgsql/auth.php')
-rw-r--r--lib/plugins/authpgsql/auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authpgsql/auth.php b/lib/plugins/authpgsql/auth.php
index 824a77882..46154b6ca 100644
--- a/lib/plugins/authpgsql/auth.php
+++ b/lib/plugins/authpgsql/auth.php
@@ -31,6 +31,8 @@ class auth_plugin_authpgsql extends auth_plugin_authmysql
* Constructor
*/
function auth_plugin_authpgsql() {
+ parent::__construct();
+
global $conf;
$this->cnf = $conf['auth']['ad'];