* Change the param type of the doc::ajaxGetDropMenu.

This commit is contained in:
tianshujie
2023-12-06 13:39:19 +08:00
parent f55a9d044d
commit ae3a6fc67e
+1 -1
View File
@@ -891,7 +891,7 @@ class doc extends control
* @access public
* @return void
*/
public function ajaxGetDropMenu(string $objectType, object $objectID, string $module, string $method)
public function ajaxGetDropMenu(string $objectType, int $objectID, string $module, string $method)
{
list($myObjects, $normalObjects, $closedObjects) = $this->doc->getOrderedObjects($objectType, 'nomerge', $objectID);