Merge pull request #21901 from dolibit-ut/patch-437
Update zapier_hook.lib.php
This commit is contained in:
commit
403c6ad63b
@ -16,9 +16,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/modulebuilder/template/lib/mymodule_myobject.lib.php
|
||||
* \ingroup mymodule
|
||||
* \brief Library files with common functions for MyObject
|
||||
* \file htdocs/zapier/lib/zapier_hook.lib.php
|
||||
* \ingroup zapier
|
||||
* \brief Library files with common functions for Zapier
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -27,6 +27,7 @@
|
||||
* @param MyObject $object MyObject
|
||||
* @return array Array of tabs
|
||||
*/
|
||||
|
||||
function myobjectPrepareHead($object)
|
||||
{
|
||||
global $db, $langs, $conf;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user