mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD
8429: Merged V2.1 to V2.2 8387: Fix for WCM-1090 see ACT 1551 8421: Minor typo fix to OpenOffice document formats descriptions 8422: Fixed AR-2145: ContentStore cleaner was not watching out for VM shutdowns 8423: Removal of default root objects responsible git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8510 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -509,8 +509,9 @@ public class RhinoScriptProcessor extends BaseProcessor implements ScriptProcess
|
||||
// add the global scripts
|
||||
for (ProcessorExtension ex : this.processorExtensions.values())
|
||||
{
|
||||
model.put(ex.getExtensionName(), ex);
|
||||
}
|
||||
model.put(ex.getExtensionName(), ex);
|
||||
}
|
||||
|
||||
|
||||
// insert supplied object model into root of the default scope
|
||||
for (String key : model.keySet())
|
||||
|
Reference in New Issue
Block a user