summaryrefslogtreecommitdiff
path: root/plugins/Sitemap/Sitemap_notice_count.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Sitemap/Sitemap_notice_count.php')
-rw-r--r--plugins/Sitemap/Sitemap_notice_count.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Sitemap/Sitemap_notice_count.php b/plugins/Sitemap/Sitemap_notice_count.php
index 673417b78..2a375b3e4 100644
--- a/plugins/Sitemap/Sitemap_notice_count.php
+++ b/plugins/Sitemap/Sitemap_notice_count.php
@@ -208,6 +208,7 @@ class Sitemap_notice_count extends Memcached_DataObject
{
$notice = new Notice();
$notice->whereAdd('created BETWEEN "'.$d.' 00:00:00" AND "'.self::incrementDay($d).' 00:00:00"');
+ $notice->whereAdd('is_local = ' . Notice::LOCAL_PUBLIC);
$n = $notice->count();
return $n;