diff --git a/Classes/Util.php b/Classes/Util.php index 5be9d0822b..2d41556b44 100644 --- a/Classes/Util.php +++ b/Classes/Util.php @@ -122,7 +122,7 @@ public static function isDraftRecord( $isWorkspaceRecord = false; if ((ExtensionManagementUtility::isLoaded('workspaces')) && (BackendUtility::isTableWorkspaceEnabled($table))) { - $record = BackendUtility::getRecord($table, $uid, 'pid, t3ver_state'); + $record = BackendUtility::getRecord($table, $uid, 'pid, t3ver_state', '', false); if ($record !== null && ($record['pid'] == '-1' || $record['t3ver_state'] > 0)) { $isWorkspaceRecord = true;