summaryrefslogtreecommitdiff
path: root/plugins/phpbb31/BridgePhpBB31.php
diff options
context:
space:
mode:
authorChristoph Burschka2012-11-02 23:20:41 +0100
committerChristoph Burschka2012-11-02 23:20:41 +0100
commit637f18e558f43d308f07e327e3b8a83c36d60541 (patch)
tree05e3a7ae3a23002b0c119b792f2236655b6dea32 /plugins/phpbb31/BridgePhpBB31.php
parentRenaming phpbb versions properly. (diff)
downloadejabberd-auth-php-637f18e558f43d308f07e327e3b8a83c36d60541.tar.gz
Refactoring of plugin names complete.
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;
}