phanson / Medius

Your all-in-one application for turning a blog into a book!
http://philiphanson.org/medius
1 stars 0 forks source link

AddFileAction redo throws exception #35

Open phanson opened 13 years ago

phanson commented 13 years ago

This is caused by the initial stream not being closed. We are already effectively caching the file, so let's just make that formal. Add code to detect whether we are in a redo situation and use the cached file instead.