Fixed PHP Notice "Undefined variable: cnt"
This commit is contained in:
parent
fe57e2e06b
commit
20c536fdd4
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user