Build fix against latest SpringSurf libs.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18506 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2010-02-08 15:58:45 +00:00
parent a150cd5cb2
commit 4add52a7c1

View File

@@ -150,7 +150,7 @@ public class StreamContent extends AbstractWebScript
if (logger.isDebugEnabled())
logger.debug("Executing script " + executeScript.getContent().getPathDescription());
Map<String, Object> scriptModel = createScriptParameters(req, res, model);
Map<String, Object> scriptModel = createScriptParameters(req, res, executeScript, model);
// add return model allowing script to add items to template model
Map<String, Object> returnModel = new HashMap<String, Object>(8, 1.0f);
scriptModel.put("model", returnModel);