Merge pull request #22170 from dolibit-ut/patch-552

Update modZapier.class.php  - require_once
This commit is contained in:
Laurent Destailleur 2022-09-09 15:46:50 +02:00 committed by GitHub
commit 51e9451f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,9 @@
* GNU General Public License for more details.
*
* 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
* \brief Zapier module descriptor.
@ -23,7 +24,8 @@
* \ingroup 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