Merge "objectcache: remove inheritence from CachedBagOStuff"
[lhc/web/wiklou.git] / includes / libs / objectcache / HashBagOStuff.php
index 016bdfe..c74bb6e 100644 (file)
@@ -149,7 +149,7 @@ class HashBagOStuff extends BagOStuff {
         * @return bool
         * @since 1.27
         */
-       protected function hasKey( $key ) {
+       public function hasKey( $key ) {
                return isset( $this->bag[$key] );
        }
 }