mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merge pull request #7 from Alfresco/fix/REPO-2897_fix_error_typo
REPO-2897: ALF-21944: membership.delete.js - wrong exception variable…
This commit is contained in:
@@ -27,7 +27,7 @@ function main()
|
||||
{
|
||||
status.setCode(status.STATUS_INTERNAL_SERVER_ERROR, msg);
|
||||
}
|
||||
else throw error;
|
||||
else throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user