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:
Platonides 2011-11-27 16:28:54 +00:00
parent c0a70e15ba
commit e220d83381

View file

@ -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