diff --git a/Classes/Preview/PreviewService.php b/Classes/Preview/PreviewService.php
index 70ea10e43007f2013d918ae7a0bee2f528bc09c1..70b8ac457cb0e8487b3173523e522c52e521e8b6 100644
--- a/Classes/Preview/PreviewService.php
+++ b/Classes/Preview/PreviewService.php
@@ -66,7 +66,8 @@ class PreviewService {
 			$row['pid'],
 			'tt_content',
 			'list_type',
-			$row['list_type']
+			$row['list_type'],
+			$row
 		));
 		return $view;
 	}
@@ -123,7 +124,8 @@ class PreviewService {
 			$row['pid'],
 			'tt_content',
 			'list_type',
-			$row['list_type']
+			$row['list_type'],
+			$row
 		));
 		return $view;
 	}
@@ -162,7 +164,8 @@ class PreviewService {
 			$row['pid'],
 			'tt_content',
 			'list_type',
-			$row['list_type']
+			$row['list_type'],
+			$row
 		));
 		return $view;
 	}