Fixed bug in png rendering when having changed public url

This commit is contained in:
Torkel Ödegaard
2015-02-06 14:17:40 +01:00
parent eeba128f8a
commit 397dfc54cd
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ func parseAppUrlAndSubUrl(section *ini.Section) (string, string) {
return appUrl, appSubUrl
}
func AbsUrlTo(relativeUrl string) string {
func ToAbsUrl(relativeUrl string) string {
return AppUrl + relativeUrl
}