@@ -56,7 +56,7 @@ class Children
return $result[0];
}
- public function getChild(&$data, &$i, $uid, $parents, $cur, $state, $next = true)
+ private function getChild(&$data, &$i, $uid, $parents, $cur, $state, $next = true)
{
$child = Dever::db('agent/member')->select(array('parent_mid' => $uid));
if ($child) {