X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fconversation.php;h=b1cb50abacdde4b179e5b0c9f6b5c5a35e1a9a07;hb=9b7773343460514c5c5811c9add5cd96a2770c42;hp=5a6e4b5c7a51c6357c1b482fa9ad9aad280af73e;hpb=29e1203609204cbcf0a6fd7b83147e2a178f5f99;p=quix0rs-gnu-social.git diff --git a/actions/conversation.php b/actions/conversation.php index 5a6e4b5c7a..b1cb50abac 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -97,7 +97,7 @@ class ConversationAction extends ManagedAction Event::handle('EndShowConversation', array($this, $this->conv, $this->scoped)); } - function isReadOnly() + function isReadOnly($args) { return true; }