Passed
Push — master ( b7e209...504a7e )
by Aimeos
04:07
created
admin/jqadm/templates/type/attribute/lists/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
 <div class="list-view"
90 90
 	data-domain="attribute/lists/type"
91
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
91
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
92 92
 
93 93
 <nav class="main-navbar">
94 94
 
Please login to merge, or discard this patch.