phpbb/phpBB/includes/cron
Nathan Guse 828eaecf6a [ticket/10875] Changes to Cache Driver caused method_exists checks to fail
SQL Cache and other functions using the check
method_exists($cache,
failed because of the changes to the cache system.

method_exists($cache has been changed to
method_exists($cache->get_driver()

PHPBB3-10875
2012-07-30 15:31:27 -05:00
..
task [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
manager.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00