From c3efc2fe440a3096bb5cbb09bd0cf4c2b2bde402 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Tue, 30 Apr 2024 16:49:55 +0800 Subject: [PATCH] * Fix error of zin\dropmenu::buildDropmenu. --- lib/zin/wg/dropmenu/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/dropmenu/v1.php b/lib/zin/wg/dropmenu/v1.php index 453ed21d31..cffe36ca65 100644 --- a/lib/zin/wg/dropmenu/v1.php +++ b/lib/zin/wg/dropmenu/v1.php @@ -52,7 +52,7 @@ class dropmenu extends wg return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css'); } - protected function buildDropmenu(string $menuID, string $id, string $url, null|string $text, null|array $data, string|int|null $defaultValue) + protected function buildDropmenu(string $menuID, string $id, string|null $url, null|string $text, null|array $data, string|int|null $defaultValue) { $cache = $this->prop('cache'); return zui::dropmenu