From 4a85fa9b4de6f4d5abf246ce112987ef063e5af7 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 16 Oct 2024 17:15:44 +0300 Subject: [PATCH] Ignoring exceptions for clean, fix --- bhl.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bhl.inc.php b/bhl.inc.php index cc10235..e6fbf7b 100644 --- a/bhl.inc.php +++ b/bhl.inc.php @@ -201,7 +201,7 @@ function bhl_handle_error_result(array $ret_out, string $err_file, bool $exit = function bhl_clean() { bhl_clean_cache(); - bhl_shell("clean"); + bhl_shell("clean", $ret, $out); } function bhl_clean_cache()