1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 01:34:31 +02:00
This commit is contained in:
Ryan Cramer
2021-08-12 10:17:04 -04:00
parent 674b44b288
commit 572dc0b7ea

View File

@@ -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 = '';