From: Matthijs Kooijman Date: Thu, 21 Jul 2011 16:12:33 +0000 (+0200) Subject: phpbb: Make sure PhpbbAuth::check_login always returns a tuple. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=6143b643c63de8726c8858466aafe6b0b56546bf;hp=6143b643c63de8726c8858466aafe6b0b56546bf;p=matthijs%2Fprojects%2Fwipi.git 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. ---