From 8ccd07aa642d95f5402d86d07fac3bfa41ae7017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 11 Jun 2026 23:02:46 +0200 Subject: [PATCH] Update modPrune.class.php --- core/modules/modPrune.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/modPrune.class.php b/core/modules/modPrune.class.php index 8cb2699e..f4eab234 100644 --- a/core/modules/modPrune.class.php +++ b/core/modules/modPrune.class.php @@ -249,6 +249,7 @@ public function remove($options = '') // remove vendor content $count = 0; + require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; dol_delete_dir_recursive(dol_buildpath('/prune/vendor/', 0), 0, 0, 1, $count, 0, 1); return $this->_remove($sql, $options);