]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GeonamesPlugin.php
common_cache_key() -> Cache::key()
[quix0rs-gnu-social.git] / plugins / GeonamesPlugin.php
index dd882715ba6406cfd2827a509c49ecb2f72a4834..b64ebdba9d54427306642d0569041caec16adabf 100644 (file)
@@ -420,7 +420,7 @@ class GeonamesPlugin extends Plugin
         if ($this->cachePrefix) {
             return $this->cachePrefix . ':' . $key;
         } else {
-            return common_cache_key($key);
+            return Cache::key($key);
         }
     }