Passed
Push — master ( d3bc33...cf3d99 )
by Aimeos
04:17
created
admin/jqadm/templates/subscription/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
 
154 154
 <div class="list-view"
155 155
 	data-domain="subscription"
156
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
156
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
157 157
 
158 158
 <nav class="main-navbar">
159 159
 
Please login to merge, or discard this patch.