]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/showcache.php
common_cache_key() -> Cache::key()
[quix0rs-gnu-social.git] / scripts / showcache.php
index 953ad1a776887cd43865fe5eeb3094f1189bc282..8ef08467d6be139dd2a50ee11670962cbeb30cf7 100644 (file)
@@ -38,7 +38,7 @@ require_once INSTALLDIR.'/scripts/commandline.inc';
 $karg = get_option_value('k');
 
 if (!empty($karg)) {
-    $k = common_cache_key($karg);
+    $k = Cache::key($karg);
 } else {
     $table = get_option_value('t');
     if (empty($table)) {