X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FSitemap%2FSitemap_notice_count.php;h=46ae65c8388a909df1269c250419cecffe4fb8d8;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=cb42edcbf6ecc62c1efd64371c4715a1445aeb30;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;p=quix0rs-gnu-social.git diff --git a/plugins/Sitemap/Sitemap_notice_count.php b/plugins/Sitemap/Sitemap_notice_count.php index cb42edcbf6..46ae65c838 100644 --- a/plugins/Sitemap/Sitemap_notice_count.php +++ b/plugins/Sitemap/Sitemap_notice_count.php @@ -211,7 +211,7 @@ class Sitemap_notice_count extends Managed_DataObject static function updateCount($d, $n) { - $snc = Sitemap_notice_count::staticGet('notice_date', DB_DataObject_Cast::date($d)); + $snc = Sitemap_notice_count::getKV('notice_date', DB_DataObject_Cast::date($d)); if (empty($snc)) { // TRANS: Exception