diff --git a/ext/bulk_add/main.php b/ext/bulk_add/main.php index 949cb1b7..e5509f01 100644 --- a/ext/bulk_add/main.php +++ b/ext/bulk_add/main.php @@ -43,7 +43,7 @@ class BulkAdd extends Extension { if($image->is_ok()) { $uie = new UploadingImageEvent($image); send_event($uie); - $ok = $uie->_live; + $ok = !$uie->vetoed; } }