when uploading an archive, say the file was handled

This commit is contained in:
Shish 2012-05-08 18:32:55 +01:00
parent 93281b17c2
commit 216d137064

View file

@ -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
}
}