From: Matthijs Kooijman Date: Fri, 2 Jul 2010 14:52:25 +0000 (+0200) Subject: phpbb: Restructure to make PhpbbAuth and PhpbbGroupsBackend more equal. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=ec774f80e9cbc1efdc32e2bbc7d7c50978e5fe70;hp=ec774f80e9cbc1efdc32e2bbc7d7c50978e5fe70;p=matthijs%2Fprojects%2Fwipi.git phpbb: Restructure to make PhpbbAuth and PhpbbGroupsBackend more equal. Previously, you would instantiate the PhpbbAuth class and the groups backend constructor would be a member of that. Now, there is a setup function that returns an instantiated PhpbbAuth object and a PhpbbGroupsBackend constructor. ---