Passed
Push — master ( f22c4f...df26ec )
by Aimeos
02:47
created
client/html/src/Client/Html/Cms/Page/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -408,7 +408,7 @@
 block discarded – undo
408 408
 		{
409 409
 			$this->addMetaItems( $page, $expire, $tags );
410 410
 
411
-			$view->pageContent = $page->getRefItems('text', 'content')->map( function( $item ) {
411
+			$view->pageContent = $page->getRefItems( 'text', 'content' )->map( function( $item ) {
412 412
 				$json = json_decode( $item->getContent(), true );
413 413
 				return $json['html'] ?? $item->getContent();
414 414
 			} );
Please login to merge, or discard this patch.