Bugfix: there was still a "read more" link in the full view.
parent
30703525fb
commit
cca16453ac
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue