From 6c0bc95a633f38b02bb34719ffd3592932ac201f Mon Sep 17 00:00:00 2001 From: Thalia Date: Mon, 1 Jul 2019 12:53:16 +0100 Subject: [PATCH] Mention relevant tasks in comment (follow-up to c8733333) Change-Id: I25a8c018c879dd13967cd67fd51eae9768e3aa4b --- includes/block/BlockManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/block/BlockManager.php b/includes/block/BlockManager.php index c89145c6f9..c58537e388 100644 --- a/includes/block/BlockManager.php +++ b/includes/block/BlockManager.php @@ -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(); -- 2.20.1