projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4a18ef9
)
Corrected typo
author
Earl Miles
Tue, 27 Oct 2009 23:23:34 +0000 (23:23 +0000)
committer
Earl Miles
Tue, 27 Oct 2009 23:23:34 +0000 (23:23 +0000)
includes/display-render.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/display-render.inc
b/includes/display-render.inc
index
4f6f308
..
6030c5f
100644
(file)
--- a/
includes/display-render.inc
+++ b/
includes/display-render.inc
@@
-244,7
+244,7
@@
function panels_render_pane($content, $pane, &$display) {
}
}
- if (!empty($content->content) {
+ if (!empty($content->content)) {
// fallback
return theme('panels_pane', $content, $pane, $display);
}