Index: Classes/View/PageLayoutView.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- Classes/View/PageLayoutView.php
+++ Classes/View/PageLayoutView.php	(date 1683271635597)
@@ -1314,7 +1314,7 @@
                     }
                     BackendUtility::workspaceOL('pages', $pageLocalizationRecord);
                     $recordIcon = BackendUtility::wrapClickMenuOnIcon(
-                        $this->iconFactory->getIconForRecord('pages', $pageLocalizationRecord, Icon::SIZE_SMALL)->render(),
+                        $this->iconFactory->getIconForRecord('pages', (array)$pageLocalizationRecord, Icon::SIZE_SMALL)->render(),
                         'pages',
                         $pageLocalizationRecord['uid']
                     );
