load Sitemap_notice_count
This commit is contained in:
parent
416161c943
commit
271d7dd850
@ -65,6 +65,7 @@ class SitemapPlugin extends Plugin
|
|||||||
switch ($cls)
|
switch ($cls)
|
||||||
{
|
{
|
||||||
case 'Sitemap_user_count':
|
case 'Sitemap_user_count':
|
||||||
|
case 'Sitemap_notice_count':
|
||||||
require_once $dir . '/' . $cls . '.php';
|
require_once $dir . '/' . $cls . '.php';
|
||||||
return false;
|
return false;
|
||||||
case 'SitemapindexAction':
|
case 'SitemapindexAction':
|
||||||
@ -141,8 +142,6 @@ class SitemapPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
$schema = Schema::get();
|
$schema = Schema::get();
|
||||||
|
|
||||||
// For storing user-submitted flags on profiles
|
|
||||||
|
|
||||||
$schema->ensureTable('sitemap_user_count',
|
$schema->ensureTable('sitemap_user_count',
|
||||||
array(new ColumnDef('registration_date', 'date', null,
|
array(new ColumnDef('registration_date', 'date', null,
|
||||||
true, 'PRI'),
|
true, 'PRI'),
|
||||||
|
Loading…
Reference in New Issue
Block a user