diff options
Diffstat (limited to 'actions/doc.php')
-rw-r--r-- | actions/doc.php | 5 |
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; + } } |