diff --git a/plugins/QuickViewContent.inc b/plugins/QuickViewContent.inc
index 2060c42..37f83f0 100644
--- a/plugins/QuickViewContent.inc
+++ b/plugins/QuickViewContent.inc
@@ -116,7 +116,7 @@ class QuickViewContent extends QuickContent {
             $view->set_display($item['display']);
             $view->set_arguments($item['actual_args']);
             $view_output = $view->preview();
-            if (!empty($view->result) || $view->display_handler->get_option('empty') || !empty($view->style_plugin->definition['even empty'])) {
+            if (!empty($view_output) || $view->display_handler->get_option('empty') || !empty($view->style_plugin->definition['even empty'])) {
               $output['#markup'] = $view_output;
             }
           }
