diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 09:15:15 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 09:15:15 +0000 |
commit | 0f6bc2190a8d6c5d086cac190c964390ab2c5c0d (patch) | |
tree | 629fb1add6cb487f159f5f65707d3ec8828fca01 /actions/replies.php | |
parent | 25ff381486423e1611999a239a69e2712ac70576 (diff) |
mark a bunch of actions read-only
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php index ea8ef4764..5777d17fd 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -191,4 +191,9 @@ class RepliesAction extends Action $this->page, 'replies', array('nickname' => $this->user->nickname)); } + + function isReadOnly() + { + return true; + } } |