MessageCache: Minor wgMsgCacheExpiry doc fix, and clear constant access
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 27 Aug 2019 15:26:20 +0000 (16:26 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Aug 2019 16:23:44 +0000 (16:23 +0000)
commitf084d0f194049ddccd3b1745f50dff1f3df1fa5b
treed179055245c0c5bbaec19c86362423fdd5c06214
parent2d911d1f8c2accd3978cc20017b8a2c8ad75183d
MessageCache: Minor wgMsgCacheExpiry doc fix, and clear constant access

The class used is typed against BagOStuff so access the constant
from there instead.

Bug: T218207
Change-Id: Ie22d6aa5877fb5e8e2ae0b3be87f4b28f45ad763
includes/DefaultSettings.php
includes/cache/MessageCache.php