Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Resolve remaining issues from Security refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Apr 17, 2012
1 parent 09658dd commit a61f7c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -234,7 +234,7 @@ public Response deleteGlossary(@PathParam("locale") LocaleId targetLocale)
*/
@Override
@DELETE
@Restrict("#{s:Permission('', 'glossary-delete')}")
@Restrict("#{s:hasPermission('', 'glossary-delete')}")
public Response deleteGlossaries()
{
ResponseBuilder response = request.evaluatePreconditions();
Expand Down

0 comments on commit a61f7c1

Please sign in to comment.