Merge pull request #21901 from dolibit-ut/patch-437

Update zapier_hook.lib.php
This commit is contained in:
Laurent Destailleur 2022-08-26 18:33:20 +02:00 committed by GitHub
commit 403c6ad63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;