HistoryPager: Add missing $tagFilter property
authoraddshore <addshorewiki@gmail.com>
Wed, 25 Oct 2017 09:04:25 +0000 (10:04 +0100)
committerLegoktm <legoktm@member.fsf.org>
Wed, 25 Oct 2017 17:00:46 +0000 (17:00 +0000)
Change-Id: Iec2d944d5583eb13fa9383c0a6a183b550f60aab

includes/actions/HistoryAction.php

index fe84852..a9a504d 100644 (file)
@@ -385,6 +385,9 @@ class HistoryPager extends ReverseChronologicalPager {
        /** @var bool Whether to show the tag editing UI */
        protected $showTagEditUI;
 
        /** @var bool Whether to show the tag editing UI */
        protected $showTagEditUI;
 
+       /** @var string */
+       private $tagFilter;
+
        /**
         * @param HistoryAction $historyPage
         * @param string $year
        /**
         * @param HistoryAction $historyPage
         * @param string $year