From 593f2f427607b0fe574677c9aff2a74480553a3a Mon Sep 17 00:00:00 2001 From: Jayprakash12345 <0freerunning@gmail.com> Date: Thu, 26 Jul 2018 22:20:56 +0530 Subject: [PATCH] Prefill username in form when calling Special:Log/ Bug: T200446 Change-Id: I3f2fcedee8440d5943e556f7c1c06dfb1085e549 --- includes/logging/LogEventsList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index db973640b1..559ac87eca 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -273,6 +273,7 @@ class LogEventsList extends ContextSource { 'class' => 'HTMLUserTextField', 'label-message' => 'specialloguserlabel', 'name' => 'user', + 'default' => $user, ]; } -- 2.20.1