Wikia code/includes/AjaxFunctions.php

From mediawiki.org
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\AjaxFunctions.php	2011-07-18 22:31:28.199218800 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\AjaxFunctions.php	2011-08-17 15:28:46.558593700 +0100
@@ -152,7 +152,7 @@
 	if ( !$file || !$file->exists() )
 		return null;
 
-	$url = $file->getUrl();
+	$url = wfReplaceImageServer( $file->getUrl(), $file->getTimestamp() );
 
 	return $url;
 }