From e441e95f9513443e02784c07077b85af9ea590ac Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 12 Jan 2024 20:55:31 +0100 Subject: [PATCH] CS fixes --- Blacklight/processing/post/ProcessAdditional.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index afe1ca944..5fe5cdaf8 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -616,6 +616,7 @@ class ProcessAdditional // We will try to create the main temp folder again, just in case there was a file lock or filesystem issue. if (! File::makeDirectory($this->tmpPath, 0777, true, false) && ! File::isDirectory($this->tmpPath)) { $this->_echo('Unable to create directory: '.$this->tmpPath, 'warning'); + return false; } }