Mention relevant tasks in comment (follow-up to c8733333)
[lhc/web/wiklou.git] / includes / block / BlockManager.php
index c89145c..c58537e 100644 (file)
@@ -439,7 +439,7 @@ class BlockManager {
                }
 
                // Defer checks until the user has been fully loaded to avoid circular dependency
-               // of User on itself
+               // of User on itself (T180050 and T226777)
                DeferredUpdates::addCallableUpdate(
                        function () use ( $user, $request ) {
                                $block = $user->getBlock();