when uploading an archive, say the file was handled
This commit is contained in:
parent
93281b17c2
commit
216d137064
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class ArchiveFileHandler extends Extension {
|
|||
exec($cmd);
|
||||
$this->add_dir($tmpdir);
|
||||
deltree($tmpdir);
|
||||
$event->image_id = -2; // default -1 = upload wasn't handled
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue