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

phpbb_extension_metadata_manager uses hard coded language for exceptions

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: