##// END OF EJS Templates
Fix for Ruby 1.9 strings....
Eric Davis -
r3684:95c3c63cfea2
parent child
Show More
@@ -83,7 +83,7 private
83 83 replace_ids = [params[:replace]]
84 84 end
85 85 else
86 replace_ids = 'watcher'
86 replace_ids = ['watcher']
87 87 end
88 88 respond_to do |format|
89 89 format.html { redirect_to :back }
General Comments 0
You need to be logged in to leave comments. Login now