projects
/
project/cck.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
660f84c
)
#203495 folowup - typo sneaked in while refactoring Michelle's original patch. Doh...
author
Yves Chedemois
Sat, 22 Mar 2008 01:31:07 +0000 (
01:31
+0000)
committer
Yves Chedemois
Sat, 22 Mar 2008 01:31:07 +0000 (
01:31
+0000)
content_panels.inc
patch
|
blob
|
blame
|
history
diff --git
a/content_panels.inc
b/content_panels.inc
index
2f5ee27
..
8f6f068
100644
(file)
--- a/
content_panels.inc
+++ b/
content_panels.inc
@@
-66,7
+66,7
@@
function content_content_node_cck_group($conf, $panel_args, $context) {
* Allows users to theme the group
*/
function theme_panels_content_group($vars, $nid) {
- return implode('', $fields);
+ return implode('', $vars);
}
/**