Skin: Don't use parser cache in getCachedNotice()
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 11 Jun 2017 01:15:35 +0000 (18:15 -0700)
committerTim Starling <tstarling@wikimedia.org>
Wed, 14 Jun 2017 05:12:36 +0000 (05:12 +0000)
commit001f72e9ed0b8350d4e40098ee1544975776ebb6
treef50c7cfb0d687d22ad1d2e6b25560fcc6d0d2667
parent46c0c39514298d2ed119e6665a180d023eed4207
Skin: Don't use parser cache in getCachedNotice()

Just use wfGetCache( CACHE_ANYTHING ) which should be sufficient for
most cases.

Change-Id: Ic97549c9649d0cc1938773b10e26f6e8f819c7fa
includes/skins/Skin.php