Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2009 at 14:58 UTC
Updated:
31 Mar 2009 at 14:40 UTC
My patch fixes:
- double file_directory_exists() call and checks (fixes "Upload Image Failed" bug)
- double uploaded file checks ( in: "if (!$file)" and 2 lines after: " if (is_object($file))"
- Fixed some outputted messages
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_image-dir_double_check_and_more_cleanups.patch | 3.3 KB | thepanz |
Comments
Comment #1
nancydruBTW, when you submit a patch, it is okay to assign the issue to yourself.
Comment #2
nancydruCommitted. Thanks for the patch.