Skip to content

Commit

Permalink
Fix name of local_body in [compose] tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Oct 24, 2010
1 parent 41559a4 commit 278b1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WellWell/Compose.pm
Expand Up @@ -256,7 +256,7 @@ sub compose {
if ($compobj = $engine->locate_component($name)) {
$component_content = $compobj->process($component_attributes);

unless (defined $component_content && $name ne 'zlocal_body') {
unless (defined $component_content && $name ne 'local_body') {
::logError("Error processing component $name.");
Vend::Tags->error({name => 'component', set => "Error processing component $name."});
}
Expand Down

0 comments on commit 278b1d0

Please sign in to comment.