Fixed isAuditEnabled through stack

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16279 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-09-15 14:41:43 +00:00
parent cd7aff5703
commit 29733d3755
3 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ public class AuditServiceImpl implements AuditService
public boolean isAuditEnabled(String applicationName, String path)
{
// Get the root path for the application
return auditComponent.isAuditPathDisabled(applicationName, path);
return auditComponent.isAuditPathEnabled(applicationName, path);
}
/**