Bugfix: there was still a "read more" link in the full view.

3-00
Steven Wittens 2001-06-06 19:39:17 +00:00
parent 30703525fb
commit cca16453ac
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ function poll_view($node, $main = 0, $block = 0) {
if (!$block) {
$node->body = $output;
$theme->node($node, 1);
$theme->node($node, $main);
}
return array("title" => $title, "content" => $output);
}

View File

@ -159,7 +159,7 @@ function poll_view($node, $main = 0, $block = 0) {
if (!$block) {
$node->body = $output;
$theme->node($node, 1);
$theme->node($node, $main);
}
return array("title" => $title, "content" => $output);
}