note that sitemap actions are readonly

This commit is contained in:
Evan Prodromou 2010-04-12 14:34:22 -04:00
parent f3f652e451
commit 5a9ff7c575

View File

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