Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13316

reCAPTCHA does not work on secured connection

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.1.2-RC1
    • None
    • None
    • any

    Description

      In file phpbb/captcha/plugins/recaptcha.php is a line with:
      function phpbb_recaptcha()
      which should, presumably, be a constructor - it (if accessed by secure connection) only sets URL to https instead of http.
      But the constructor is not called because of wrong method name.

      Fix: rename method to __construct()

      Attachments

        Activity

          People

            prototech prototech [X] (Inactive)
            OndraSter OndraSter [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: