summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 4fa229e5e..2101c671e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1757,7 +1757,7 @@ function node_feed($nids = FALSE, $channel = array()) {
$item->link = url("node/$nid", array('absolute' => TRUE));
if ($item_length != 'title') {
- $teaser = ($item_length == 'teaser') ? TRUE : FALSE;
+ $teaser = ($item_length == 'teaser');
// Filter and prepare node teaser
if (node_hook($item, 'view')) {