#199 Small error in plugin_asset_path function

This commit is contained in:
Karel Picman 2014-01-09 10:44:20 +01:00
parent f5aff2b729
commit 21f9332705

View File

@ -60,8 +60,8 @@ module DmsfHelper
end
end
def plugin_asset_path(plugin, asset_type, source)
return "/plugin_assets/#{plugin}/#{asset_type}/#{source}"
def plugin_asset_path(plugin, asset_type, source)
return "#{Redmine::Utils.relative_url_root}/plugin_assets/#{plugin}/#{asset_type}/#{source}"
end
def self.to_time(obj)