]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/conversation.php
counter in notice/message form uses global variable for max length
[quix0rs-gnu-social.git] / actions / conversation.php
index 0eb0d86d65e0e61a974fb95d672b0756cdc24d67..6b5d8d54d9cc088e4ab96ed9854682968396115d 100644 (file)
@@ -116,6 +116,11 @@ class ConversationAction extends Action
 
         $cnt = $ct->show();
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }
 
 /**
@@ -162,6 +167,8 @@ class ConversationTree extends NoticeList
 
     function _buildTree()
     {
+        $cnt = 0;
+
         $this->tree  = array();
         $this->table = array();