Merge remote-tracking branch 'robbt/fix/show_files_meet_criteria' into dev/merge-testing

This commit is contained in:
Lucas Bickel 2018-01-09 21:51:30 +01:00
commit b7b581e6ec
5 changed files with 14 additions and 39 deletions

View file

@ -366,8 +366,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'form/smart-block-criteria.phtml', "openOption"=> $openSmartBlockOption,
'criteriasLength' => count($this->getCriteriaOptions()), 'poolCount' => $files['count'], 'modRowMap' => $modRowMap,
'showPoolCount' => $showPoolCount))
'criteriasLength' => count($this->getCriteriaOptions()), 'modRowMap' => $modRowMap))
));
}