Enable "destructive edit" warnings in Potlatch 2

This commit is contained in:
Tom Hughes 2012-12-21 08:51:34 +00:00
parent 1eda38f77b
commit 03ead3a59d

View file

@ -42,6 +42,7 @@
flashvars.policy = "<%= request.protocol + request.host_with_port %>/api/crossdomain.xml";
flashvars.connection = "XML";
flashvars.show_help = "once";
flashvars.user_check = "warn";
<% if token %>
flashvars.oauth_token = "<%= token.token %>";
flashvars.oauth_token_secret = "<%= token.secret %>";