Merge "Remove patrol config check in User::isAllowed()"
[lhc/web/wiklou.git] / includes / page / Article.php
index 22e24ae..c9af075 100644 (file)
@@ -1229,7 +1229,7 @@ class Article implements Page {
         */
        public static function purgePatrolFooterCache( $articleID ) {
                $cache = ObjectCache::getMainWANInstance();
-               $cache->touchCheckKey( wfMemcKey( 'unpatrollable-page', $articleID ) );
+               $cache->delete( wfMemcKey( 'unpatrollable-page', $articleID ) );
        }
 
        /**