rabin hace 2 años
padre
commit
046c2b6add
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {