Commit 7999e745 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #578 in ZP/z-push from...

Merge pull request #578 in ZP/z-push from bugfix/ZP-1274-carddav-backend-wrong-url-in-debug to develop

* commit 'a3d20eb5':
  ZP-1274 Bugfix carddav backend wrong url in debug. Released under the Affero GNU General Public License (AGPL) version 3.
parents 17510057 a3d20eb5
...@@ -761,7 +761,7 @@ class BackendCardDAV extends BackendDiff implements ISearchProvider { ...@@ -761,7 +761,7 @@ class BackendCardDAV extends BackendDiff implements ISearchProvider {
return false; return false;
} }
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults searching: %s", $this->url)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults searching: %s", $this->gal_url));
try { try {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults server is null? %d", $this->server == null)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCardDAV->GetGALSearchResults server is null? %d", $this->server == null));
$this->server->set_url($this->gal_url); $this->server->set_url($this->gal_url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment