diff options
Diffstat (limited to 'inc/format.php')
-rw-r--r-- | inc/format.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/format.php b/inc/format.php index 7b8d140ca..bb40ce61f 100644 --- a/inc/format.php +++ b/inc/format.php @@ -344,7 +344,7 @@ function format_link_media($link){ //prepare name if($isimg){ - $link['name'] = '<img src="'.getBaseURL().$cache.'"'; + $link['name'] = '<img src="'.$cache.'"'; if($w) $link['name'] .= ' width="'.$w.'"'; if($h) $link['name'] .= ' height="'.$h.'"'; if($t) $link['name'] .= ' title="'.$t.'"'; |