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

Convertor doesn't use storage system

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.0.0-a1
    • Installation system
    • None

      The convertor system has two main attachment related functions:

      • import_attachment_files()
      • import_attachment()

      The first one was sort of updated. It now reads the storage\attachment\config\path config field, but still assumes attachments are to be stored on the local disk and just calls copy_dir().

      The second function either assumes the first is called to update $config or was missed as it directly uses $config['upload_path']. Like the first, this also does not use the storage system and just calls copy_file().

            Unassigned Unassigned
            Noxwizard Patrick Webster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: