fix importing new contacts via activesync
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 3 May 2010 16:06:09 +0000 (12:06 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 3 May 2010 16:23:21 +0000 (12:23 -0400)
variable name mismatch

turba/lib/Api.php

index 1ce8825..12a805b 100644 (file)
@@ -687,7 +687,7 @@ class Turba_Api extends Horde_Registry_Api
                 break;
 
             case 'activesync':
-                $hash = $driver->fromASContact($content);
+                $content = $driver->fromASContact($content);
                 break;
 
             default: