From ae3a6fc67e9017effe581968f023a8fca05c8d9f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 6 Dec 2023 13:39:19 +0800 Subject: [PATCH] * Change the param type of the doc::ajaxGetDropMenu. --- module/doc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/control.php b/module/doc/control.php index 386f6cc08c..88e302db31 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -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);