@@ -1,5 +1,5 | |||
|
1 | 1 | # Redmine - project management software |
|
2 |
# Copyright (C) 2006-20 |
|
|
2 | # Copyright (C) 2006-2011 Jean-Philippe Lang | |
|
3 | 3 | # |
|
4 | 4 | # This program is free software; you can redistribute it and/or |
|
5 | 5 | # modify it under the terms of the GNU General Public License |
@@ -24,7 +24,7 module Redmine | |||
|
24 | 24 | ActionController::Base.relative_url_root.to_s : |
|
25 | 25 | ActionController::AbstractRequest.relative_url_root.to_s |
|
26 | 26 | end |
|
27 | ||
|
27 | ||
|
28 | 28 | # Sets the relative root url of the application |
|
29 | 29 | def relative_url_root=(arg) |
|
30 | 30 | if ActionController::Base.respond_to?('relative_url_root=') |
General Comments 0
You need to be logged in to leave comments.
Login now