2 namespace TYPO3\CMS\Install\Updates;
29 protected $title =
'Update page shortcuts with shortcut type "Parent of selected or current page"';
44 if (empty($pagesNeedingUpdate)) {
48 $description =
'There are some shortcut pages that need to updated in order to preserve their current behaviour.';
70 public function performUpdate(array &$databaseQueries, &$customMessages)
73 if (!empty($pagesNeedingUpdate)) {
74 $uids = array_column($pagesNeedingUpdate,
'uid');
77 'uid IN (' . implode(
',', $uids) .
')',