* Code for task #89917.

This commit is contained in:
caoyanyi
2023-04-04 10:57:03 +08:00
parent fae1a8a1b1
commit 9313f05b4a
7 changed files with 43 additions and 6 deletions
+6 -5
View File
@@ -51,11 +51,12 @@ class dev extends control
$moduleID = $api->module;
$api->desc = htmlspecialchars_decode($api->desc);
}
$this->view->title = $this->lang->dev->api;
$this->view->moduleTree = $menu;
$this->view->typeList = $typeList;
$this->view->api = $api;
$this->view->apiID = $apiID;
$this->view->title = $this->lang->dev->api;
$this->view->selectedModule = 'restapi';
$this->view->moduleTree = $menu;
$this->view->typeList = $typeList;
$this->view->api = $api;
$this->view->apiID = $apiID;
$this->display();
}