From: Thalia Date: Mon, 1 Jul 2019 11:53:16 +0000 (+0100) Subject: Mention relevant tasks in comment (follow-up to c8733333) X-Git-Tag: 1.34.0-rc.0~1226^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=6c0bc95a633f38b02bb34719ffd3592932ac201f;hp=9e4326370946eace9a20cd3d89f57a027f64257a Mention relevant tasks in comment (follow-up to c8733333) Change-Id: I25a8c018c879dd13967cd67fd51eae9768e3aa4b --- 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();