From be250544ea8f8c9c9c42b117b85302602e835b27 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Wed, 1 Jul 2015 17:38:25 -0700 Subject: [PATCH] Ensure DerivativeContext has a $stats property Should have been a part of Ie10db1c15 but wasn't. Change-Id: I4552390e1476766ae2d0946df3836a8a14182b34 --- includes/context/DerivativeContext.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/context/DerivativeContext.php b/includes/context/DerivativeContext.php index 00323cae77..aaa1fa7d3d 100644 --- a/includes/context/DerivativeContext.php +++ b/includes/context/DerivativeContext.php @@ -67,6 +67,11 @@ class DerivativeContext extends ContextSource { */ private $config; + /** + * @var Stats + */ + private $stats; + /** * Constructor * @param IContextSource $context Context to inherit from -- 2.20.1