phpbb: Make sure PhpbbAuth::check_login always returns a tuple.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 21 Jul 2011 16:12:33 +0000 (18:12 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 21 Jul 2011 16:12:33 +0000 (18:12 +0200)
Before, it would sometimes return False, which resulted in an exception
trying to unpack it as a tuple.


No differences found