Skip to content

Commit

Permalink
minor #5523 Custom voter example, fix missing curly brace (snroki)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #5523).

Discussion
----------

Custom voter example, fix missing curly brace

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.6 / 2.7 / 3.0
| Fixed tickets |

Commits
-------

8a0297f Custom voter example, fix missing curly brace
  • Loading branch information
xabbuh committed Jul 15, 2015
2 parents 38ed15d + 8a0297f commit 914bd6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbook/security/voters_data_permission.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ edit a particular object. Here's an example implementation:
}
break;
}
return false;
}
}
Expand Down

0 comments on commit 914bd6a

Please sign in to comment.