Closed (fixed)
Project:
Imagefield Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 May 2010 at 22:20 UTC
Updated:
1 Jun 2010 at 08:00 UTC
Hello,
This seems fishy to me that, even if imagefield_import's settings form is displaying the right path out of the box, it won't import images.
This is because different values are given to variable_get('imagefield_import_path', ...). I suggest always using the same default value (the one used to pre-fill the settings form). Patch is attached.
Regards,
David
| Comment | File | Size | Author |
|---|---|---|---|
| imagefield_import_default_path.patch | 2.71 KB | David Stosik |
Comments
Comment #1
wulff commentedGood catch. Thanks!