We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525a36d commit ddab020Copy full SHA for ddab020
Ajax/semantic/html/content/view/HtmlViewGroups.php
@@ -60,6 +60,7 @@ public function getItemContent($itemIndex, $contentIndex) {
60
$content=$item->getContent();
61
if(isset($content[$contentIndex]))
62
return $content[$contentIndex];
63
+ return $content;
64
}
65
66
0 commit comments