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

index f5380589aac0f2095fb4c05d231e0f24667ceb6d..47b8e16cd23d6803b6240409b54e1068c2aeabad 100644 (file)
@@ -56,6 +56,11 @@ class PublicAction extends Action
 
     var $page = null;
 
+    function isReadOnly()
+    {
+        return true;
+    }
+
     /**
      * Read and validate arguments
      *