* Fix the bug of doc lib related actions don't show.

This commit is contained in:
hufangzhou
2022-04-06 09:53:13 +08:00
parent 0bcc43bdff
commit 87a515c803
3 changed files with 13 additions and 9 deletions
+6 -4
View File
@@ -1,5 +1,4 @@
<?php
/**
* The control file of api of ZenTaoPMS.
*
@@ -341,7 +340,7 @@ class api extends control
/**
* Edit an api doc library
*
* @param $id
* @param int $id
* @access public
* @return void
*/
@@ -375,9 +374,12 @@ class api extends control
/**
* Delete api library.
*
* @param int $libID
* @param string $confirm
* @param string $from
* @access public
* @return void
*/
public function deleteLib($libID, $confirm = 'no')
{
@@ -401,7 +403,7 @@ class api extends control
/**
* Edit library.
*
* @param int $apiID
* @param int $apiID
* @access public
* @return void
*/