Fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 16 Apr 2010 18:26:14 +0000 (14:26 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 16 Apr 2010 18:26:14 +0000 (14:26 -0400)
framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php

index 4c82528..bfae600 100644 (file)
@@ -422,7 +422,7 @@ class Horde_ActiveSync_Driver_Horde extends Horde_ActiveSync_Driver_Base
                 $stat = $this->_smartStatMessage($folderid, $id, false);
             } else {
                 try {
-                    $this->_connector->contacts_replace($id, $content);
+                    $this->_connector->contacts_replace($id, $message);
                 } catch (Horde_Exception $e) {
                     $this->_logger->err($e->getMessage());
                     return false;