Skip to content

Commit

Permalink
pkp/pkp-lib#7885 Replaced syncing state by inProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni authored and asmecher committed May 10, 2022
1 parent aeef7a3 commit c79069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/DepositPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public function updateDepositStatus() {
case 'received':
$this->_deposit->setLockssReceivedStatus();
break;
case 'syncing':
case 'inProgress':
$this->_deposit->setLockssSyncingStatus();
break;
case 'agreement':
Expand Down

0 comments on commit c79069b

Please sign in to comment.