fix flushing to account for suffix

git-svn-id: file:///home/svn/framework3/trunk@5078 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2007-08-13 01:32:32 +00:00
parent 3f903a4e24
commit bf935736b6
1 changed files with 2 additions and 1 deletions

View File

@ -316,7 +316,8 @@ class PayloadSet < ModuleSet
# it must be removed (if one exists) # it must be removed (if one exists)
# #
def on_module_reload(mod) def on_module_reload(mod)
@blob_cache.delete(mod.refname) @blob_cache.delete(mod.refname + "-stg0")
@blob_cache.delete(mod.refname + "-stg1")
end end
# #