Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-19268

eZHTTPTool::createRedirectUrl() is broken with "override_protocol" param

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.7 Certification
    • 4.7.0-dev
    • Misc
    • None

    Description

      An obvious copy/paste error exists in the code of eZHTTPTool::createRedirectUrl()

      if ( $parameters['override_protocol'] )
      $host = $parameters['override_protocol'];

      must be:

      if ( $parameters['override_protocol'] )
      $protocol = $parameters['override_protocol'];

      Attachments

        Activity

          People

            e8318ba6-e4ae-477c-9116-36c073bd11a3@accounts.ibexa.co Patrick Allaert
            e8318ba6-e4ae-477c-9116-36c073bd11a3@accounts.ibexa.co Patrick Allaert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: