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

Do not use strpos() on arrays in iohandler_base::add_error_message()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.2.0-b1
    • 3.2.0-a2
    • Installation system
    • None

      The method add_error_message() accepts both strings and arrays as input. However, the current implementation expects the input to be a string and directly passes it to strpos().

            Marc Marc
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: