grrr
This commit is contained in:
parent
92ca873216
commit
bebe207381
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Archive(SQLObject):
|
|||
if q.count() == 1:
|
||||
for i in q:
|
||||
ArchiveFile.delete(i.id)
|
||||
self.notifyFrontend('remove', f.md5sum)
|
||||
self.notifyFrontend('remove', md5sum)
|
||||
return dict(result="file removed")
|
||||
return dict(result="not in archive")
|
||||
|
||||
|
|
Loading…
Reference in a new issue