Skip to content

Commit

Permalink
fix changeform CMS.Security to CMS.API.Security
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Dini committed Jun 19, 2011
1 parent 3efd610 commit dfd2cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript">
jQuery(document).ready(function ($) {
// initialize security patch
CMS.Security.csrf();
CMS.API.Security.csrf();
});
</script>
{% endblock %}

0 comments on commit dfd2cca

Please sign in to comment.