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.
This commit is contained in:
parent
c0a70e15ba
commit
e220d83381
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class SpecialLog extends SpecialPage {
|
|||
}
|
||||
|
||||
# Show form options
|
||||
$loglist->showOptions( $pager->getType(), $pager->getPerformer(), $pager->getPage(), $pager->getPattern(),
|
||||
$loglist->showOptions( $pager->getType(), $opts->getValue( 'user' ), $pager->getPage(), $pager->getPattern(),
|
||||
$pager->getYear(), $pager->getMonth(), $pager->getFilterParams(), $opts->getValue( 'tagfilter' ) );
|
||||
|
||||
# Insert list
|
||||
|
|
|
|||
Loading…
Reference in a new issue