* Fix program drop menu bug.

This commit is contained in:
sunguangming
2023-07-13 15:34:31 +08:00
parent 3944a4523a
commit 9c8bc0a50f
@@ -11,6 +11,13 @@ declare(strict_types=1);
*/
namespace zin;
$topItem = array();
$topItem['id'] = 0;
$topItem['type'] = 'program';
$topItem['text'] = $lang->program->common;
$data[0] = $topItem;
$data[0]['items'] = $this->program->buildTree($programs);
/**