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
1 changed files with 2 additions and 0 deletions

View File

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