make dolistore happy again

This commit is contained in:
Frédéric FRANCE 2020-04-19 22:05:47 +02:00 committed by GitHub
parent 08260cb7a4
commit 350e75f283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2018-2019 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018-2020 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) ---Put here your own copyright and developer email---
*
* This program is free software: you can redistribute it and/or modify
@ -112,7 +112,7 @@ class mymodulewidget1 extends ModeleBoxes
// Use configuration value for max lines count
$this->max = $max;
//include_once DOL_DOCUMENT_ROOT . "/mymodule/class/mymodule.class.php";
//dol_include_once("/mymodule/class/mymodule.class.php");
// Populate the head at runtime
$text = $langs->trans("MyModuleBoxDescription", $max);