mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user