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 );