Skip to content

Commit

Permalink
mostly a comment to more easily find the small number of archive.org …
Browse files Browse the repository at this point in the history
…hooks/hacks...

git-svn-id: http://www.kaltura.org/kalorg/html5video/trunk/mwEmbed@2765 b58a29cf-3064-46da-94c6-1c29cc75c8e5
  • Loading branch information
traceypooh committed Sep 29, 2011
1 parent 8ccba28 commit 99eeb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourceLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 99eeb97

Please sign in to comment.