You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by pi...@apache.org on 2004/09/29 23:35:57 UTC

svn commit: rev 47506 - cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation

Author: pier
Date: Wed Sep 29 14:35:57 2004
New Revision: 47506

Modified:
   cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
Log:
Adding a "s" to parameter"s" (sorry, me stupid)

Modified: cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
==============================================================================
--- cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java	(original)
+++ cocoon/trunk/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java	Wed Sep 29 14:35:57 2004
@@ -339,7 +339,7 @@
                 /* Get the source discovered opening the element and include */
                 Source source = null;
                 try {
-                    if (this.x_parameter != null) {
+                    if (this.x_parameters != null) {
                         this.x_source = NetUtils.parameterize(this.x_source,
                                                               this.x_parameters);
                     }