Skip to content

Commit

Permalink
Merge pull request #34 from Net-Logic/developp
Browse files Browse the repository at this point in the history
avoid to create function already in dolibarr lib
  • Loading branch information
frederic34 committed Apr 24, 2023
2 parents 333c239 + 8d051cb commit 783c608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prune.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* \brief Dolibarr prune functions
*/

require_once DOL_DOCUMENT_ROOT . '/core/lib/functions.lib.php';
dol_include_once('/prune/vendor/autoload.php');

use Symfony\Component\Cache\Adapter\FilesystemAdapter;
Expand Down

0 comments on commit 783c608

Please sign in to comment.