1
0
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:
Nils Adermann
2010-03-28 15:09:09 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}