Merge pull request #22170 from dolibit-ut/patch-552
Update modZapier.class.php - require_once
This commit is contained in:
commit
51e9451f5e
@ -13,8 +13,9 @@
|
|||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup zapier Module Zapier
|
* \defgroup zapier Module Zapier
|
||||||
* \brief Zapier module descriptor.
|
* \brief Zapier module descriptor.
|
||||||
@ -23,7 +24,8 @@
|
|||||||
* \ingroup zapier
|
* \ingroup zapier
|
||||||
* \brief Description and activation file for the module Zapier
|
* \brief Description and activation file for the module Zapier
|
||||||
*/
|
*/
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
|
||||||
|
require_once DOL_DOCUMENT_ROOT.'/core/modules/DolibarrModules.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description and activation class for module Zapier
|
* Description and activation class for module Zapier
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user