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)
commit6143b643c63de8726c8858466aafe6b0b56546bf
treeeab36642f4c554bc8745065e401f20f3d81ed781
parent56c7185a2b300c7db7c4e0cdb0f9a5149e46b595
phpbb: Make sure PhpbbAuth::check_login always returns a tuple.

Before, it would sometimes return False, which resulted in an exception
trying to unpack it as a tuple.
conf/auth/phpbb.py