From: Evan Prodromou Date: Fri, 23 Jan 2009 08:45:48 +0000 (+0100) Subject: showstream is readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f89b8865056baea5e4f89aadf28541dbd0993ee;p=quix0rs-gnu-social.git showstream is readonly --- diff --git a/actions/showstream.php b/actions/showstream.php index 2fd56ad2ea..c1ef8ba52c 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) {