summaryrefslogtreecommitdiff
path: root/plugins/phpbb31/BridgePhpBB31.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/phpbb31/BridgePhpBB31.php')
-rw-r--r--plugins/phpbb31/BridgePhpBB31.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/phpbb31/BridgePhpBB31.php b/plugins/phpbb31/BridgePhpBB31.php
index e60cbae..b6028f5 100644
--- a/plugins/phpbb31/BridgePhpBB31.php
+++ b/plugins/phpbb31/BridgePhpBB31.php
@@ -1,12 +1,10 @@
<?php
-class JabberAuthPhpBB extends JabberAuth {
+class BridgePhpBB31 extends EjabberdAuthBridge {
var $auth;
var $db;
- function __construct($auth, $db, $logpath) {
- $this->logpath = $logpath;
- parent::init();
+ function __construct($auth, $db) {
$this->auth = $auth;
$this->db = $db;
}