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