Bug 32673: Keep the username in the input field if not existing
authorPlatonides <platonides@users.mediawiki.org>
Sun, 27 Nov 2011 16:28:54 +0000 (16:28 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 27 Nov 2011 16:28:54 +0000 (16:28 +0000)
commite220d83381808ec98b4f32b85dc546904602799d
tree3f68edb26e9af483f0160b1221f8ee34d2943969
parentc0a70e15bafb366c37e21dad7380366a94035c72
Bug 32673: Keep the username in the input field if not existing
We could also add on LogEventsList.php line 870
$this->performer = $name;
but that method is also used to build the query, which we don't want to affect.
includes/specials/SpecialLog.php