Passed
Push — master ( c3ec32...5543a3 )
by Aimeos
03:44
created
client/html/templates/catalog/filter/attribute-body-standard.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,10 @@
 block discarded – undo
59 59
 									<?php $current = $params; if( is_array( $current['f_optid'] ) ) { unset( $current['f_optid'][$key] ); } ?>
60 60
 								<?php elseif( isset( $oneIds[$attrType] ) && ( $key = array_search( $id, (array) $oneIds[$attrType] ) ) !== false ) : ?>
61 61
 									<?php $current = $params; if( is_array( $current['f_oneid'][$attrType] ) ) { unset( $current['f_oneid'][$attrType][$key] ); } ?>
62
-								<?php else : continue; ?>
62
+								<?php else {
63
+	: continue;
64
+}
65
+?>
63 66
 								<?php endif; ?>
64 67
 								<li class="attr-item">
65 68
 									<a class="attr-name" href="<?= $enc->attr( $this->url( $listTarget, $listController, $listAction, $attribute->get( 'params', [] ), [], $listConfig ) ); ?>">
Please login to merge, or discard this patch.