fixed download bug

This commit is contained in:
mdipierro
2013-03-11 09:45:20 -05:00
parent 24daa335b6
commit 79c09de103
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.2-stable+timestamp.2013.03.11.08.49.11
Version 2.4.2-stable+timestamp.2013.03.11.09.44.19
+1 -1
View File
@@ -9271,7 +9271,7 @@ class Field(Expression):
# this propagates and allows stream_file_or_304_or_206 to be called
fullname = pjoin(file_properties['path'],name)
if nameonly:
return (filename, stream)
return (filename, fullname)
stream = open(fullname,'rb')
return (filename, stream)