Skip to content

Commit

Permalink
Don't accidentally open a huge security hole.
Browse files Browse the repository at this point in the history
  • Loading branch information
robyurkowski committed Mar 29, 2012
1 parent 7c9fe45 commit 1cc6fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/app/views/refinery/admin/images/insert.html.erb
Expand Up @@ -40,7 +40,7 @@
$(document).ready(function(){
new ImageDialog({
callback: <%= @callback.present? ? "self.parent.#{@callback}" : "null" %>,
multiple: <%= @multiple.present? ? @multiple : false %>
multiple: <%= @multiple == true %>
}).create();
});
</script>
Expand Down

0 comments on commit 1cc6fde

Please sign in to comment.