mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed error with types
This commit is contained in:
parent
6570441fd2
commit
9288a31e58
@ -577,7 +577,7 @@ function modules_update_agent_module(
|
|||||||
* Creates a module in an agent.
|
* Creates a module in an agent.
|
||||||
*
|
*
|
||||||
* @param integer $id_agent Agent id.
|
* @param integer $id_agent Agent id.
|
||||||
* @param integer $name Module name id.
|
* @param string $name Module name id.
|
||||||
* @param array $values Extra values for the module.
|
* @param array $values Extra values for the module.
|
||||||
* @param boolean $disableACL Disable the ACL checking, for default false.
|
* @param boolean $disableACL Disable the ACL checking, for default false.
|
||||||
* @param mixed $tags Array with tag's ids or false.
|
* @param mixed $tags Array with tag's ids or false.
|
||||||
@ -586,7 +586,7 @@ function modules_update_agent_module(
|
|||||||
*/
|
*/
|
||||||
function modules_create_agent_module(
|
function modules_create_agent_module(
|
||||||
int $id_agent,
|
int $id_agent,
|
||||||
int $name,
|
string $name,
|
||||||
array $values=[],
|
array $values=[],
|
||||||
bool $disableACL=false,
|
bool $disableACL=false,
|
||||||
$tags=false
|
$tags=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user