Fixed PHP Notice "Undefined variable: cnt"

This commit is contained in:
Jeffery To
2009-08-02 19:52:27 +08:00
parent fe57e2e06b
commit 20c536fdd4

View File

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