From 637f18e558f43d308f07e327e3b8a83c36d60541 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Fri, 2 Nov 2012 23:20:41 +0100 Subject: Refactoring of plugin names complete. --- plugins/phpbb31/BridgePhpBB31.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/phpbb31/BridgePhpBB31.php') 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 @@ logpath = $logpath; - parent::init(); + function __construct($auth, $db) { $this->auth = $auth; $this->db = $db; } -- cgit v1.1