diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:45:48 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:45:48 +0100 |
commit | 5f89b8865056baea5e4f89aadf28541dbd0993ee (patch) | |
tree | c83c953cfb9c63dbdd6a2c37ba76bf3511a5e19a | |
parent | 9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (diff) |
showstream is readonly
-rw-r--r-- | actions/showstream.php | 5 |
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) { |