fixed download bug
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user