Index: ../private/trunk/kernel/content/view.php
===================================================================
--- ../private/trunk/kernel/content/view.php	(revision 19645)
+++ ../private/trunk/kernel/content/view.php	(working copy)
@@ -207,7 +207,7 @@
         $cacheFileArray = array( 'cache_dir' => false, 'cache_path' => false );
         $args = compact( $localVars );
         $data = eZNodeviewfunctions::contentViewGenerate( false, $args ); // the false parameter will disable generation of the 'binarydata' entry
-        return $data['content']; // Return the $Result array
+        return $data; // Return the $Result array
     }
 }
 
