projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
73bc17e
)
#752758: Revert odd piece of earlier commit.
author
Earl Miles
Thu, 25 Mar 2010 16:42:05 +0000 (16:42 +0000)
committer
Earl Miles
Thu, 25 Mar 2010 16:42:05 +0000 (16:42 +0000)
plugins/views_plugin_display.inc
patch
|
blob
|
blame
|
history
diff --git
a/plugins/views_plugin_display.inc
b/plugins/views_plugin_display.inc
index
c7e19b0
..
9472be3
100644
(file)
--- a/
plugins/views_plugin_display.inc
+++ b/
plugins/views_plugin_display.inc
@@
-1785,9
+1785,7
@@
class views_plugin_display extends views_plugin {
* Render this display.
*/
function render() {
- if (empty($view->result) && $view->display_handler->render_area('empty')) {
- return theme($this->theme_functions(), $this->view);
- }
+ return theme($this->theme_functions(), $this->view);
}
/**