Update modZapier.class.php
IMHO in this case is *require_once* instead of *include_one* more correct
This commit is contained in:
parent
9a09e0f304
commit
f1a68d9272
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user