diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-05 12:42:27 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-05 12:42:27 +0100 |
commit | 5310c55e01d42cebbe7ede9e9a42e8f4dacc90d9 (patch) | |
tree | b77413f0f0b18dd68a0bb1a242b1ca9693ec12f7 /app/controllers/application_controller.rb | |
parent | 505fdbf99ee322aab2c753dc3215a263171c9463 (diff) | |
parent | 0b10c9002481d80d4a70ca224fc49aa5970c6294 (diff) |
Merge branch 'wdtk' into develop
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r-- | app/controllers/application_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 82884f6c3..41adf1848 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -345,9 +345,6 @@ class ApplicationController < ActionController::Base return "*unknown*"; end end - def assign_http_auth_user - @http_auth_user = admin_http_auth_user - end # Convert URL name for sort by order, to Xapian query def order_to_sort_by(sortby) |