ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Mar 2010 15:18:10 +0000 (11:18 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Mar 2010 15:22:45 +0000 (11:22 -0400)
framework/ActiveSync/lib/Horde/ActiveSync/State/File.php

index edfb9be..a2e58d0 100644 (file)
@@ -117,7 +117,6 @@ class Horde_ActiveSync_State_File extends Horde_ActiveSync_State_Base
             throw new Horde_ActiveSync_Exception('Sync state not found');
         }
         $this->_stateCache = unserialize(file_get_contents($filename));
-
         $this->_syncKey = $syncKey;
     }