projects
/
project/og.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1bc599c
)
fix group rss feed
author
moshe weitzman
Fri, 11 Apr 2008 18:16:55 +0000 (18:16 +0000)
committer
moshe weitzman
Fri, 11 Apr 2008 18:16:55 +0000 (18:16 +0000)
og_panels.module
patch
|
blob
|
blame
|
history
diff --git
a/og_panels.module
b/og_panels.module
index
69d9316
..
df5d9b5
100644
(file)
--- a/
og_panels.module
+++ b/
og_panels.module
@@
-55,7
+55,7
@@
function og_panels_menu($may_cache) {
$displays = og_panels_get_all($node->nid);
foreach ($displays as $display) {
- if ($display->default_page && $display->published) {
+ if ($display->default_page && $display->published && arg(2) != 'feed') {
// Hijack the menu handler for this node.
$items[] = array(
'path' => "node/$nid",