mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Fix issue processwire/processwire-issues#1419
This commit is contained in:
@@ -731,7 +731,7 @@ class InputfieldWrapper extends Inputfield implements \Countable, \IteratorAggre
|
||||
}
|
||||
|
||||
// if inputfield produced no output, then move to next
|
||||
if(!$ffOut) continue;
|
||||
if(!strlen($ffOut)) continue;
|
||||
|
||||
// wrap the inputfield output
|
||||
$attrs = '';
|
||||
|
Reference in New Issue
Block a user