Commit 95c3c63c authored by Eric Davis's avatar Eric Davis

Fix for Ruby 1.9 strings.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3798 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 5db9a982
...@@ -83,7 +83,7 @@ private ...@@ -83,7 +83,7 @@ private
replace_ids = [params[:replace]] replace_ids = [params[:replace]]
end end
else else
replace_ids = 'watcher' replace_ids = ['watcher']
end end
respond_to do |format| respond_to do |format|
format.html { redirect_to :back } format.html { redirect_to :back }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment