diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-15 16:57:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-15 16:57:39 -0400 |
commit | eb22f06ac6ca30b850be71cbb8358c0715eca7f9 (patch) | |
tree | 2a09cd6d65c69cb8ecb4045975a7b5f63a56aab6 /actions | |
parent | 412c5d23de90b7857cbd3a151c37ba75a2ded4ac (diff) |
conversation action is readonly
Diffstat (limited to 'actions')
-rw-r--r-- | actions/conversation.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/conversation.php b/actions/conversation.php index 0eb0d86d6..c8755ba6e 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -116,6 +116,11 @@ class ConversationAction extends Action $cnt = $ct->show(); } + + function isReadOnly() + { + return true; + } } /** |