X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fclearcache.php;h=c67d6275d89194cbcaf1641443e695a9ce14cd03;hb=6bbc8ca234f3fe074cf398cd1f242cd4e2dd7df3;hp=8f54bc9acc4c1dc05f52c1664e96f459fd9dc664;hpb=8f81762d68ede590e53b929c77602f0e2db0ddc2;p=quix0rs-gnu-social.git diff --git a/scripts/clearcache.php b/scripts/clearcache.php index 8f54bc9acc..c67d6275d8 100644 --- a/scripts/clearcache.php +++ b/scripts/clearcache.php @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/scripts/commandline.inc'; $karg = get_option_value('k', 'key'); if (!empty($karg)) { - $k = common_cache_key($karg); + $k = Cache::key($karg); } else { $table = get_option_value('t', 'table'); if (empty($table)) {