From 960039f847fa88d8b1aeb015403db04f90808c19 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 3 May 2010 12:06:09 -0400 Subject: [PATCH] fix importing new contacts via activesync variable name mismatch --- turba/lib/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0