Skip to content

Commit

Permalink
[Templating] removed unused argument passed to setRendered() method
Browse files Browse the repository at this point in the history
  • Loading branch information
udat committed Apr 25, 2011
1 parent f9f02a9 commit 05698f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ protected function renderSection(FormView $view, $section, array $variables = ar
}

if ('widget' === $section || 'row' === $section) {
$view->setRendered(true);
$view->setRendered();
}

return $this->render($template, array_merge($view->all(), $variables));
Expand Down

0 comments on commit 05698f6

Please sign in to comment.