]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
showstream is readonly
authorEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 08:45:48 +0000 (09:45 +0100)
committerEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 08:45:48 +0000 (09:45 +0100)
actions/showstream.php

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