Commit 17a470fd authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #SB-29808 debug: Review API failing

Showing with 1 addition and 2 deletions
+1 -2
...@@ -56,8 +56,7 @@ trait LocalizeAssetProcessor extends IProcessor { ...@@ -56,8 +56,7 @@ trait LocalizeAssetProcessor extends IProcessor {
def getUrlWithPrefix(src: String) = { def getUrlWithPrefix(src: String) = {
if (StringUtils.isNotBlank(src) && !src.startsWith("http")) { if (StringUtils.isNotBlank(src) && !src.startsWith("http")) {
if(!src.startsWith("/")) PLUGIN_MEDIA_BASE_URL + File.separator + src if(!src.startsWith("/")) PLUGIN_MEDIA_BASE_URL + File.separator + src else PLUGIN_MEDIA_BASE_URL + src
else PLUGIN_MEDIA_BASE_URL + src
} else src } else src
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment