diff options
Diffstat (limited to 'skins/MySkin.deps.php')
-rw-r--r-- | skins/MySkin.deps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/MySkin.deps.php b/skins/MySkin.deps.php index 5e24906d..b589cc52 100644 --- a/skins/MySkin.deps.php +++ b/skins/MySkin.deps.php @@ -3,7 +3,7 @@ // MySkin.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 ); |