diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-19 19:13:01 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-19 19:13:01 -0700 |
commit | d5cc6f136f34a53aef16160e6af2b449201040ff (patch) | |
tree | bdb977cb19e68e740bd7d6c65afd29026b96acfc /app/controllers/admin_controller.rb | |
parent | 56127c664a4f51e18728ed08bdf00064efee89c2 (diff) |
Update Configuration references to new name.
Diffstat (limited to 'app/controllers/admin_controller.rb')
-rw-r--r-- | app/controllers/admin_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 7eb00a761..c4d96eb78 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -79,7 +79,7 @@ class AdminController < ApplicationController return else if session[:using_admin].nil? || session[:admin_name].nil? - if params[:emergency].nil? || Configuration::disable_emergency_user + if params[:emergency].nil? || AlaveteliConfiguration::disable_emergency_user if authenticated?( :web => _("To log into the administrative interface"), :email => _("Then you can log into the administrative interface"), |