From: Michael J. Rubinsky Date: Mon, 3 May 2010 16:06:09 +0000 (-0400) Subject: fix importing new contacts via activesync X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=960039f847fa88d8b1aeb015403db04f90808c19;p=horde.git fix importing new contacts via activesync variable name mismatch --- diff --git a/turba/lib/Api.php b/turba/lib/Api.php index 1ce8825b4..12a805bd7 100644 --- a/turba/lib/Api.php +++ b/turba/lib/Api.php @@ -687,7 +687,7 @@ class Turba_Api extends Horde_Registry_Api break; case 'activesync': - $hash = $driver->fromASContact($content); + $content = $driver->fromASContact($content); break; default: