Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/190411

Change subject: Define the context field in LogFormatter
......................................................................

Define the context field in LogFormatter

Public for backwards-compatibility.

Change-Id: I6d66d14b58def1fe6674b47d1e4d3ff53034bf2c
---
M includes/logging/LogFormatter.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/11/190411/1

diff --git a/includes/logging/LogFormatter.php 
b/includes/logging/LogFormatter.php
index c6fcdb0..4487fec 100644
--- a/includes/logging/LogFormatter.php
+++ b/includes/logging/LogFormatter.php
@@ -80,6 +80,9 @@
        /** @var int Constant for handling log_deleted */
        protected $audience = self::FOR_PUBLIC;
 
+       /** @var IContextSource Context for logging */
+       public $context;
+
        /** @var bool Whether to output user tool links */
        protected $linkFlood = false;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/190411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d66d14b58def1fe6674b47d1e4d3ff53034bf2c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to