showstream is readonly

This commit is contained in:
Evan Prodromou 2009-01-23 09:45:48 +01:00
parent 9c5ab86d0e
commit 5f89b88650
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ class ShowstreamAction extends Action
var $page = null; var $page = null;
var $profile = null; var $profile = null;
function isReadOnly()
{
return true;
}
function title() function title()
{ {
if ($this->page == 1) { if ($this->page == 1) {