From 9edce85aeb9c794b320476d062d973188ec4f17c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 5 Dec 2020 16:04:56 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- 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 );