phpbb: Restructure to make PhpbbAuth and PhpbbGroupsBackend more equal.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 2 Jul 2010 14:52:25 +0000 (16:52 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 2 Jul 2010 14:53:04 +0000 (16:53 +0200)
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.


No differences found