# Fixed #bug23998.

This commit is contained in:
wangxuepeng
2023-03-16 07:42:55 +00:00
parent 7329558777
commit d52e26f52c
+1 -2
View File
@@ -236,8 +236,7 @@ class doc extends control
$response['message'] = $this->lang->saveSuccess;
$response['result'] = 'success';
$response['closeModal'] = true;
$response['callback'] = "redirectParentWindow($hasLibPriv, $libID, $objectID)";
$response['locate'] = 'parent';
return $this->send($response);
}