Skip to content

Commit

Permalink
Combined backend 16.1 - Update AS version constant to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Jun 7, 2024
1 parent e0b96d1 commit 674ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/combined/combined.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public function GetBackendId($folderid){
* @return string AS version constant
*/
public function GetSupportedASVersion() {
$version = ZPush::ASV_14;
$version = ZPush::ASV_161;
foreach ($this->backends as $i => $b) {
$subversion = $this->backends[$i]->GetSupportedASVersion();
if ($subversion < $version) {
Expand Down

0 comments on commit 674ed99

Please sign in to comment.