note that sitemap actions are readonly

This commit is contained in:
Evan Prodromou 2010-04-12 14:34:22 -04:00
parent 1c858e17ea
commit 45e6e537ca
1 changed files with 5 additions and 0 deletions

View File

@ -87,4 +87,9 @@ class SitemapAction extends Action
{
return null;
}
function isReadOnly()
{
return true;
}
}