[wellwell-devel] [wellwell/zoom] Fix name of local_body in [compose] tag.

Stefan Hornburg wellwell-devel at rt.icdevgroup.org
Sun Oct 24 19:50:38 UTC 2010


commit 278b1d04996904b518c1cf0cfd8a5814b4d8c9db
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sun Oct 24 17:55:09 2010 +0200

    Fix name of local_body in [compose] tag.

 lib/WellWell/Compose.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/WellWell/Compose.pm b/lib/WellWell/Compose.pm
index fed49aa..21f27b8 100644
--- a/lib/WellWell/Compose.pm
+++ b/lib/WellWell/Compose.pm
@@ -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."});
 						}



More information about the wellwell-devel mailing list