X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flogging%2FLogPager.php;h=5e9fdb8d0399f4ddf3b45fb2753756fc880f5a96;hp=47aed56a641cf0b724f3ba43f07cbbec6bcff649;hb=a1ef77b2d80830fbcb617a83961d78cff9d6e384;hpb=7baed424895d4fe38aa8a7215384724685eca88f diff --git a/includes/logging/LogPager.php b/includes/logging/LogPager.php index 47aed56a64..5e9fdb8d03 100644 --- a/includes/logging/LogPager.php +++ b/includes/logging/LogPager.php @@ -53,6 +53,12 @@ class LogPager extends ReverseChronologicalPager { /** @var bool */ private $actionRestrictionsEnforced = false; + /** @var array */ + private $mConds; + + /** @var string */ + private $mTagFilter; + /** @var LogEventsList */ public $mLogEventsList;