From a319b40c97c2fd6527eeb81d7d2f2d703756ef80 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 6 Sep 2010 10:07:43 -0400 Subject: common_cache_key() -> Cache::key() --- plugins/LdapCommon/LdapCommon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/LdapCommon') diff --git a/plugins/LdapCommon/LdapCommon.php b/plugins/LdapCommon/LdapCommon.php index f53660a4c..d583e3085 100644 --- a/plugins/LdapCommon/LdapCommon.php +++ b/plugins/LdapCommon/LdapCommon.php @@ -130,7 +130,7 @@ class LdapCommon if (!empty($c)) { $cacheObj = new MemcacheSchemaCache( array('c'=>$c, - 'cacheKey' => common_cache_key('ldap_schema:' . $config_id))); + 'cacheKey' => Cache::key('ldap_schema:' . $config_id))); $ldap->registerSchemaCache($cacheObj); } self::$ldap_connections[$config_id] = $ldap; -- cgit v1.2.3-54-g00ecf