Mention relevant tasks in comment (follow-up to c8733333)
authorThalia <thalia.e.chan@googlemail.com>
Mon, 1 Jul 2019 11:53:16 +0000 (12:53 +0100)
committerThalia <thalia.e.chan@googlemail.com>
Mon, 1 Jul 2019 11:55:32 +0000 (12:55 +0100)
Change-Id: I25a8c018c879dd13967cd67fd51eae9768e3aa4b

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();