Ver Fonte

use get_self_url_prefix() when rewriting cached images

Andrew Dolgov há 7 anos atrás
pai
commit
fafd32e2dc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/functions2.php

+ 1 - 1
include/functions2.php

@@ -914,7 +914,7 @@
 				$cached_filename = CACHE_DIR . '/images/' . sha1($src) . $extension;
 
 				if (file_exists($cached_filename)) {
-					$src = SELF_URL_PATH . '/public.php?op=cached_image&hash=' . sha1($src) . $extension;
+					$src = get_self_url_prefix() . '/public.php?op=cached_image&hash=' . sha1($src) . $extension;
 
 					if ($entry->hasAttribute('srcset')) {
 						$entry->removeAttribute('srcset');