Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9154

Correctly check for double inclusion in captcha garbage collection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0.8-RC1
    • 3.0.7-PL1
    • Sessions
    • None
    • PHP Environment: 5.2.6
      Database: 5.1.25

      (Just hosing my apache error logs for new errors after 305->307-PL1 upgrade.)

      This code is only called on session garbage collect but there is a conditional load of the class phpbb_captcha_factory prior to calling phpbb_captcha_factory::garbage_collect. The only prob is that your test @ line 980 is

      if (!class_exists('captcha_factory'))

      not

      if (!class_exists('phpbb_captcha_factory'))

      //Terry

            Kellanved Kellanved [X] (Inactive)
            TerryE TerryE [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: