Skip to content

Commit

Permalink
Merge pull request Z-Hub#91 from matidau/AS16.1-find-getbackend
Browse files Browse the repository at this point in the history
AS16.1 Find - Correct GetBackend
  • Loading branch information
matidau authored Jul 28, 2024
2 parents 59fefa3 + 4b31732 commit f22d305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/request/find.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function Handle($commandCode) {
}

// get SearchProvider
$searchprovider = GSync::GetBackend()->GetSearchProvider();
$searchprovider = ZPush::GetBackend()->GetSearchProvider();
$findstatus = SYNC_FINDSTATUS_SUCCESS;

if (!isset($searchname)) {
Expand Down

0 comments on commit f22d305

Please sign in to comment.