]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/doc.php
Merge branch 'master' of /var/www/trunk
[quix0rs-gnu-social.git] / actions / doc.php
index 3755bb051d29adb3f7f6a19b9976dfd527e03ba7..6957659add3c1bcaa8455b2ffac167ceab952057 100644 (file)
@@ -107,4 +107,9 @@ class DocAction extends Action
     {
         return ucfirst($this->title);
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }