summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 09:45:48 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 09:45:48 +0100
commit5f89b8865056baea5e4f89aadf28541dbd0993ee (patch)
treec83c953cfb9c63dbdd6a2c37ba76bf3511a5e19a /actions/showstream.php
parent9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (diff)
showstream is readonly
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 2fd56ad2e..c1ef8ba52 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -60,6 +60,11 @@ class ShowstreamAction extends Action
var $page = null;
var $profile = null;
+ function isReadOnly()
+ {
+ return true;
+ }
+
function title()
{
if ($this->page == 1) {