diff options
Diffstat (limited to 'app/controllers/wiki_controller.rb')
-rw-r--r-- | app/controllers/wiki_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index d75b85b64..748821d72 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -73,7 +73,7 @@ class WikiController < ApplicationController end rescue ActiveRecord::StaleObjectError # Optimistic locking exception - flash[:notice] = l(:notice_locking_conflict) + flash[:error] = l(:notice_locking_conflict) end # show page history |