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

Argument missing for adm_back_link() in acp_captcha.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.9, 3.0.10-RC3
    • 3.0.11-RC1
    • ACP
    • None

    Description

      The title really says it all.

      acp_captcha.php, line 99

      	trigger_error($user->lang['FORM_INVALID'] . adm_back_link(), E_USER_WARNING);
      

      adm_back_link() needs one parameter.

      Should be

      	trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);
      

      Attachments

        Activity

          People

            Oleg Oleg [X] (Inactive)
            tumba25 Jari Kanerva [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: