git-svn-id: file:///home/svn/framework3/trunk@13551 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Weeks 2011-08-12 20:26:03 +00:00
parent 5966cf460e
commit 4a7714e1b1
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class Server
# Read the file contents, and register it as being served once
data = data = ::File.open(fn, "rb") { |fd| fd.read(fd.stat.size) }
register_file(fname, data, true)
register_file(fname, data)
# Return the last file in the array
return self.files[-1]