summaryrefslogtreecommitdiffstats
path: root/app/controllers/watchers_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/watchers_controller.rb')
-rw-r--r--app/controllers/watchers_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb
index 06e5802f6..ad8d8be22 100644
--- a/app/controllers/watchers_controller.rb
+++ b/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 }