rabin 2 years ago
parent
commit
046c2b6add
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Relation.php

+ 1 - 1
lib/Relation.php

@@ -40,7 +40,7 @@ class Relation
         Dever::db('invite/relation')->delete(array('to_uid' => $uid));
         $this->set($parent, $uid);
 
-        $child = $this->getChild($uid);
+        $child = $this->getChild($uid, 1);
         if ($child) {
             foreach ($child as $k => $v) {