summaryrefslogtreecommitdiff
path: root/actions/doc.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 09:47:09 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 09:47:09 +0000
commitd06a929d703e0ad776230234b3d821a83f22d492 (patch)
tree5e6620006312021a3a5551e2735f5a758bd57066 /actions/doc.php
parentef3f47b8f5e8da1d4ae15fc3946332a346e63e0b (diff)
parent11cb85820d81adb0e663b5fe8432e0deb1f0a3cc (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/doc.php')
-rw-r--r--actions/doc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/doc.php b/actions/doc.php
index 3755bb051..6957659ad 100644
--- a/actions/doc.php
+++ b/actions/doc.php
@@ -107,4 +107,9 @@ class DocAction extends Action
{
return ucfirst($this->title);
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}