From ceb82b16e4cbc855ea9073b9be4b1e045da98a9c Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 12 Jul 2007 08:58:19 +0000 Subject: [PATCH] renamed _live to \!vetoed git-svn-id: file:///home/shish/svn/shimmie2/trunk@272 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/bulk_add/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }