From: Jeffery To Date: Sun, 2 Aug 2009 11:52:27 +0000 (+0800) Subject: Fixed PHP Notice "Undefined variable: cnt" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20c536fdd461c8f39dd6a03751b534a996a94078;p=quix0rs-gnu-social.git Fixed PHP Notice "Undefined variable: cnt" --- diff --git a/actions/conversation.php b/actions/conversation.php index c8755ba6ef..6b5d8d54d9 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -167,6 +167,8 @@ class ConversationTree extends NoticeList function _buildTree() { + $cnt = 0; + $this->tree = array(); $this->table = array();