FIX #61 check length of array for bulkManager check

This commit is contained in:
colymba 2014-05-14 15:46:45 +03:00
parent 8836b2e389
commit 1fefcad1e3
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class GridFieldBulkUpload implements GridField_HTMLProvider, GridField_URLHandle
->setAttribute('data-icon', 'arrow-circle-double')
->setUseButtonTag(true);
if ( $bulkManager )
if ( count($bulkManager) )
{
$cancelButton = FormAction::create('Cancel', _t('GRIDFIELD_BULK_UPLOAD.CANCEL_BTN_LABEL', 'Cancel'))
->addExtraClass('bulkUploadCancelButton ss-ui-action-destructive')