Importing files from admin/content/media/import only works if there's more than one file in my file directory.

Comments

TommyChris’s picture

Yep, the issue is active!

To fix it, change includes/media.admin.inc at line 452

if (count($files) == 1) {

to

if (count($files) == 0) {
TommyChris’s picture

Status: Active » Needs review
Dave Reid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.