X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontext%2FRequestContext.php;h=3dfa4564006a5802a9ba04679d308e18bb2e5ef5;hb=ee553f8e32a8f1bd8c0232dbbf1127e3592d29b2;hp=ecd274b0dbb18afe6505c09fd2fafd6b655d9ace;hpb=3a2853e218acb586a00f2e59638de4176aee287f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/RequestContext.php b/includes/context/RequestContext.php index ecd274b0db..3dfa456400 100644 --- a/includes/context/RequestContext.php +++ b/includes/context/RequestContext.php @@ -428,7 +428,7 @@ class RequestContext implements IContextSource, MutableContext { } // Normalize the key in case the user is passing gibberish - // or has old preferences (bug 69566). + // or has old preferences (T71566). $normalized = Skin::normalizeKey( $userSkin ); // Skin::normalizeKey will also validate it, so