objectcache: make the $flags argument appear more consistently in BagOStuff
[lhc/web/wiklou.git] / includes / libs / objectcache / EmptyBagOStuff.php
index 3bf58df..9300dc2 100644 (file)
@@ -31,7 +31,7 @@ class EmptyBagOStuff extends BagOStuff {
                return false;
        }
 
-       public function add( $key, $value, $exp = 0 ) {
+       public function add( $key, $value, $exp = 0, $flags = 0 ) {
                return true;
        }