Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -37,7 +37,7 @@ module Kanjai | @@ -37,7 +37,7 @@ module Kanjai | ||
| 37 | $original_fullpath = request.original_fullpath | 37 | $original_fullpath = request.original_fullpath |
| 38 | $original_format = request.format | 38 | $original_format = request.format |
| 39 | 39 | ||
| 40 | - domain_title = "request.domain" | 40 | + domain_title = request.domain |
| 41 | if request.subdomain | 41 | if request.subdomain |
| 42 | domain_title = "#{request.subdomain}.#{domain_title}" | 42 | domain_title = "#{request.subdomain}.#{domain_title}" |
| 43 | end | 43 | end |