From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/context/DerivativeContext.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'includes/context/DerivativeContext.php') diff --git a/includes/context/DerivativeContext.php b/includes/context/DerivativeContext.php index 00323cae..09c39396 100644 --- a/includes/context/DerivativeContext.php +++ b/includes/context/DerivativeContext.php @@ -26,7 +26,7 @@ * a different Title instance set on it. * @since 1.19 */ -class DerivativeContext extends ContextSource { +class DerivativeContext extends ContextSource implements MutableContext { /** * @var WebRequest */ @@ -67,6 +67,11 @@ class DerivativeContext extends ContextSource { */ private $config; + /** + * @var Stats + */ + private $stats; + /** * Constructor * @param IContextSource $context Context to inherit from -- cgit v1.2.3-54-g00ecf