Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

78213: Fixed ACE-2280 to allow the Repo Admin access the site admin console.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78235 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-07-24 15:13:16 +00:00
parent 72baa4c274
commit 61aca470a0

View File

@@ -85,7 +85,7 @@ public class SiteAdminSitesGet extends DeclarativeWebScript
if (!siteService.isSiteAdmin(currentUser))
{
// Note: security, no message to indicate why
throw new WebScriptException(HttpServletResponse.SC_NOT_FOUND, "Resource no found.");
throw new WebScriptException(HttpServletResponse.SC_NOT_FOUND, "Resource not found.");
}
// Create paging