From: Ori Livneh Date: Thu, 2 Jul 2015 00:38:25 +0000 (-0700) Subject: Ensure DerivativeContext has a $stats property X-Git-Tag: 1.31.0-rc.0~10908 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=be250544ea8f8c9c9c42b117b85302602e835b27;p=lhc%2Fweb%2Fwiklou.git Ensure DerivativeContext has a $stats property Should have been a part of Ie10db1c15 but wasn't. Change-Id: I4552390e1476766ae2d0946df3836a8a14182b34 --- 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