Author: pier
Date: Wed Sep 29 14:35:45 2004
New Revision: 47505

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

Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
    (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
    Wed Sep 29 14:35:45 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);
                     }

Reply via email to