diff --git a/app/controllers/dmsf_state_controller.rb b/app/controllers/dmsf_state_controller.rb
index 5f4a15fa..4eecd4a2 100644
--- a/app/controllers/dmsf_state_controller.rb
+++ b/app/controllers/dmsf_state_controller.rb
@@ -24,9 +24,9 @@ class DmsfStateController < ApplicationController
before_filter :find_project
before_filter :authorize
- verify :method => :post, :only => [:user_pref_save], :render => { :nothing => true, :status => :method_not_allowed }
+# verify :method => :post, :only => [:user_pref_save], :render => { :nothing => true, :status => :method_not_allowed }
- helper :all
+ helper :all
def user_pref_save
member = @project.members.find(:first, :conditions => {:user_id => User.current.id})
diff --git a/app/views/dmsf_files_copy/new.html.erb b/app/views/dmsf_files_copy/new.html.erb
index 522649c9..b37865bc 100644
--- a/app/views/dmsf_files_copy/new.html.erb
+++ b/app/views/dmsf_files_copy/new.html.erb
@@ -11,8 +11,8 @@
<%= image_tag("notify.png", :plugin => "redmine_dmsf", :title => l(:title_notifications_active)) if @file.notification %>
-<% unless DmsfFile.allowed_target_projects_on_copy.blank?
- form_tag({:action => "create", :id => @file}, :id => "copyForm") do |f| %>
+<% unless DmsfFile.allowed_target_projects_on_copy.blank? %>
+ <%= form_tag({:action => "create", :id => @file}, :id => "copyForm") do |f| %>