diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 22:15:09 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 22:15:09 +0000 |
commit | c256dddd02bbd4e2f892a4f4798be5292d1c1630 (patch) | |
tree | b41d6f65e410b99e3e82b2286fbf063f17f1ebd3 /actions | |
parent | 5d82b3e02a0d65ef6d2843873d18681cc7930111 (diff) | |
parent | eb22f06ac6ca30b850be71cbb8358c0715eca7f9 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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; + } } /** |