showstream is readonly
This commit is contained in:
parent
9c5ab86d0e
commit
5f89b88650
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user