mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +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 inputfield produced no output, then move to next
|
||||||
if(!$ffOut) continue;
|
if(!strlen($ffOut)) continue;
|
||||||
|
|
||||||
// wrap the inputfield output
|
// wrap the inputfield output
|
||||||
$attrs = '';
|
$attrs = '';
|
||||||
|
Reference in New Issue
Block a user