Author: musachy
Date: Thu Dec 11 09:16:46 2008
New Revision: 725742

URL: http://svn.apache.org/viewvc?rev=725742&view=rev
Log:
WW-2796 Remove reference to deprecated velocity constructor

Modified:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java?rev=725742&r1=725741&r2=725742&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java
 Thu Dec 11 09:16:46 2008
@@ -190,7 +190,7 @@
         }
 
         if (toolboxManager != null && ctx != null) {
-            ChainedContext chained = new ChainedContext(context, req, res, 
ctx);
+            ChainedContext chained = new ChainedContext(context, 
velocityEngine, req, res, ctx);
             chained.setToolbox(toolboxManager.getToolbox(chained));
             return chained;
         } else {


Reply via email to