Fix an instance of window.someVar; that slipped through the cracks
[lhc/web/wiklou.git] / skins / Simple.deps.php
index 369f6b0..99fadc6 100644 (file)
@@ -3,11 +3,11 @@
 // Simple.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
 
-require_once('includes/SkinTemplate.php');
-require_once('MonoBook.php');
-?>
+require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
+require_once( dirname(__FILE__) . '/MonoBook.php' );
+