no message

This commit is contained in:
hellcat 2025-07-08 12:08:42 +08:00
parent 40edfc1d7c
commit 43b8fc034d

View File

@ -177,7 +177,11 @@ class Node extends Base
$sMsg = "ok";
}
return $sMsg;
$aParam["aOption"][1] = "id";
$aParam["aOption"][2] = NULL;
$aParam["aArg"][1] = $oNode->id;
return $this->Find($aParam);
}