From: Jayprakash12345 <0freerunning@gmail.com> Date: Thu, 26 Jul 2018 16:50:56 +0000 (+0530) Subject: Prefill username in form when calling Special:Log/ X-Git-Tag: 1.34.0-rc.0~4648^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=593f2f427607b0fe574677c9aff2a74480553a3a;p=lhc%2Fweb%2Fwiklou.git Prefill username in form when calling Special:Log/ Bug: T200446 Change-Id: I3f2fcedee8440d5943e556f7c1c06dfb1085e549 --- 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, ]; }