From c8961959cc6bdc1e279c2dc69eb12b6c2aee3649 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 5 Dec 2020 17:05:51 +0100 Subject: [PATCH] CS fixes --- Blacklight/processing/post/ProcessAdditional.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index 779feff85..ac9ec4b92 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -1607,7 +1607,7 @@ class ProcessAdditional } // Else update the release with the password status (if the admin enabled the setting). else { $updateRows += ['passwordstatus' => $this->_processPasswords ? $this->_passwordStatus : Releases::PASSWD_NONE, - 'rarinnerfilecount' => $releaseFilesCount]; + 'rarinnerfilecount' => $releaseFilesCount, ]; Release::query()->where('id', $this->_release->id)->update( $updateRows );