renamed _live to \!vetoed
git-svn-id: file:///home/shish/svn/shimmie2/trunk@272 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
cbb09958c4
commit
ceb82b16e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue