Completed
Pull Request — trunk (#541)
by Justin
07:09
created
includes/CMB2_Types.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -385,8 +385,8 @@
 block discarded – undo
385 385
 			'class' => 'cmb2-hidden',
386 386
 		);
387 387
 		if ( $this->field->group ) {
388
-			$args['data-groupid'] = $this->field->group->id();
389
-			$args['data-iterator'] = $this->iterator;
388
+			$args[ 'data-groupid' ] = $this->field->group->id();
389
+			$args[ 'data-iterator' ] = $this->iterator;
390 390
 		}
391 391
 		return $this->input( $args );
392 392
 	}
Please login to merge, or discard this patch.