From 99eeb975d4ee82d18b32339cfbf1890fd5375ad9 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 29 Sep 2011 20:37:17 +0000 Subject: [PATCH] mostly a comment to more easily find the small number of archive.org hooks/hacks... git-svn-id: http://www.kaltura.org/kalorg/html5video/trunk/mwEmbed@2765 b58a29cf-3064-46da-94c6-1c29cc75c8e5 --- ResourceLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResourceLoader.php b/ResourceLoader.php index 13fa27441c..b73b3d9d62 100644 --- a/ResourceLoader.php +++ b/ResourceLoader.php @@ -165,7 +165,7 @@ function doResourceLoader() { if (isset($_SERVER['SERVER_NAME']) && strpos($_SERVER['SERVER_NAME'],'archive.org')){ $ia = realpath( dirname( __FILE__ ) ) . - '/modules/InternetArchiveSupport/InternetArchiveVideoPage.js'; + '/modules/InternetArchiveSupport/InternetArchiveVideoPage.js'; // loads into mw.IA if ( is_file( $ia ) ){ wfSuppressWarnings(); $this->output .= file_get_contents( $ia );