Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/modules/modPrune.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@

// remove vendor content
$count = 0;
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';

Check failure on line 252 in core/modules/modPrune.class.php

View workflow job for this annotation

GitHub Actions / build

Expected at least 1 space after "."; 0 found

Check failure on line 252 in core/modules/modPrune.class.php

View workflow job for this annotation

GitHub Actions / build

Expected at least 1 space before "."; 0 found
dol_delete_dir_recursive(dol_buildpath('/prune/vendor/', 0), 0, 0, 1, $count, 0, 1);

return $this->_remove($sql, $options);
Expand Down
Loading