Merge "HistoryPager: Add missing $tagFilter property"
This commit is contained in:
commit
919ad99da2
1 changed files with 3 additions and 0 deletions
|
|
@ -385,6 +385,9 @@ class HistoryPager extends ReverseChronologicalPager {
|
|||
/** @var bool Whether to show the tag editing UI */
|
||||
protected $showTagEditUI;
|
||||
|
||||
/** @var string */
|
||||
private $tagFilter;
|
||||
|
||||
/**
|
||||
* @param HistoryAction $historyPage
|
||||
* @param string $year
|
||||
|
|
|
|||
Loading…
Reference in a new issue