* Fix bug for compatible php8.0 .

This commit is contained in:
hufangzhou
2021-12-28 14:46:10 +08:00
parent df07ada2b3
commit 1a5adfe15f
10 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ class program extends control
* @access public
* @return void
*/
public function ajaxGetDropMenu($programID = 0, $module, $method)
public function ajaxGetDropMenu($programID, $module, $method)
{
$this->view->programID = $programID;
$this->view->module = $module;