]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed PHP Notice "Undefined variable: cnt"
authorJeffery To <jeffery.to@gmail.com>
Sun, 2 Aug 2009 11:52:27 +0000 (19:52 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sun, 2 Aug 2009 11:52:27 +0000 (19:52 +0800)
actions/conversation.php

index c8755ba6ef3df29e9c9821b28b56ac6595f66653..6b5d8d54d9cc088e4ab96ed9854682968396115d 100644 (file)
@@ -167,6 +167,8 @@ class ConversationTree extends NoticeList
 
     function _buildTree()
     {
+        $cnt = 0;
+
         $this->tree  = array();
         $this->table = array();