projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b75377
)
fix importing new contacts via activesync
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 3 May 2010 16:06:09 +0000
(12:06 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 3 May 2010 16:23:21 +0000
(12:23 -0400)
variable name mismatch
turba/lib/Api.php
patch
|
blob
|
history
diff --git
a/turba/lib/Api.php
b/turba/lib/Api.php
index
1ce8825
..
12a805b
100644
(file)
--- 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: