mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
Merge branch 'bug/kellanved/59425' into develop-olympus
* bug/kellanved/59425: [bug/59425] Correctly check for double inclusion in captcha garbage collection
This commit is contained in:
@@ -983,7 +983,7 @@ class session
|
||||
}
|
||||
|
||||
// only called from CRON; should be a safe workaround until the infrastructure gets going
|
||||
if (!class_exists('captcha_factory'))
|
||||
if (!class_exists('phpbb_captcha_factory'))
|
||||
{
|
||||
include($phpbb_root_path . "includes/captcha/captcha_factory." . $phpEx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user