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

BC compatibility broken using request_var

    XMLWordPrintable

Details

    Description

      While using request_var for a login box it breaks the BC compatibility.

      login_box(request_var('redirect', "right_install.$phpEx"));
      

      the following it works

      login_box($request->variable('redirect', "right_install.$phpEx"));
      

      Attachments

        Activity

          People

            Elsensee Oliver Schramm [X] (Inactive)
            3Di 3Di [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: