Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2008 at 19:08 UTC
Updated:
30 Nov 2008 at 15:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anantagati commentedComment #2
BartVB commentedSeems to work as advertised.
Comment #3
drewish commentedI think it'd be better to just drop the
isset($_FILES['files'])and just go withisset($_FILES['files']['name'][$source])Comment #4
BartVB commentedisset($_FILES['files']) is indeed rather redundant :)
Behold my first Drupal patch ever:
Comment #5
BartVB commentedForgot to change the status :\ First coffee, then work :D
Comment #6
Anonymous (not verified) commentedYou need to upload the patch again, it only contains a 401 error. Also, please roll the patch to HEAD for first consideration.
Comment #7
BartVB commentedOk, fixed the attachement in #4, sorry about that! Also rerolled against HEAD.
Comment #8
cburschkaI'm afraid I don't understand the problem. garland.info includes no features[] setting at all, and it does not output any notices when saving the options. Is this something that only affects custom themes?
Edit: Ah, got it. It only happens exactly one of the lines is set, and the other is not.
Comment #9
cburschkaTested and works as advertised. RTBC, unless you want a second test.
Comment #10
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #11
drewish commentedrerolled using CVS rather than git. restoring last status.
Comment #12
dries commentedCommitted to CVS HEAD. Thanks.