Memcached_DataObject::multicache is now properly defined static
This commit is contained in:
parent
861e838add
commit
3ce5631b3c
@ -542,7 +542,7 @@ class Memcached_DataObject extends Safe_DataObject
|
|||||||
return $ckeys;
|
return $ckeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
function multicache($cls, $kv)
|
static function multicache($cls, $kv)
|
||||||
{
|
{
|
||||||
ksort($kv);
|
ksort($kv);
|
||||||
$c = self::memcache();
|
$c = self::memcache();
|
||||||
|
Loading…
Reference in New Issue
Block a user