瀏覽代碼

Fix for Ruby 1.9 strings.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3798 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Eric Davis 14 年之前
父節點
當前提交
95c3c63cfe
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/controllers/watchers_controller.rb

+ 1
- 1
app/controllers/watchers_controller.rb 查看文件

@@ -83,7 +83,7 @@ private
replace_ids = [params[:replace]]
end
else
replace_ids = 'watcher'
replace_ids = ['watcher']
end
respond_to do |format|
format.html { redirect_to :back }

Loading…
取消
儲存