mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Build fix - including global script objects
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5430 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -543,7 +543,7 @@ public class RhinoScriptService implements ScriptService
|
|||||||
// add the global scripts
|
// add the global scripts
|
||||||
for (ScriptImplementation ex : this.globalScripts)
|
for (ScriptImplementation ex : this.globalScripts)
|
||||||
{
|
{
|
||||||
model.put(ex.getScriptName(), script);
|
model.put(ex.getScriptName(), ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
// insert supplied object model into root of the default scope
|
// insert supplied object model into root of the default scope
|
||||||
|
Reference in New Issue
Block a user