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

phpbb_extension_metadata_manager uses hard coded language for exceptions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-RC1
    • 3.1.0-dev
    • Extensions

      throw new phpbb_extension_exception('The required file does not exist: ' . $this->metadata_file);

      throw new phpbb_extension_exception('The required file does not exist: ' . $this->metadata_file);

      throw new phpbb_extension_exception('file_get_contents failed on ' . $this->metadata_file);

      throw new phpbb_extension_exception('json_decode failed on ' . $this->metadata_file);

      As we have a user object there, we should use a language string

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: