Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2012 at 21:24 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gbrands commentedHere is a patch that hopefully fixes this issue.
Comment #2
amonteroPatch to 7.x applies OK and looks good to me.
However, since the bug is also present in 8.x, this issue should address current dev version before being backported. Patch against 8.x HEAD attached.
Comment #3
slashrsm commentedLooks OK. It is a simple patch so I'd say it is RTBC.
Comment #4
catchLooks fine, don't think we need an explicit test for this. Committed/pushed to 8.x, looks like this needs backport to 7.x.
Comment #5
slashrsm commentedHere it is...
Comment #6
amonteroThanks! Both #1 and #5 patches fix it for 7.x (they are bitwise identical).
Comment #7
David_Rothstein commentedFor Drupal 7, we should fix this the opposite way (so we don't break translations).
In other words, leave "%directory" as the variable in the translatable string, but change the array to use %directory rather than %destination.
Comment #8
slashrsm commentedHere it goes....
Comment #9
David_Rothstein commentedLooks good to me as long as tests pass.
Comment #10
David_Rothstein commentedCommitted to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/286deb8