From: Michael J. Rubinsky Date: Wed, 12 May 2010 16:40:42 +0000 (-0400) Subject: need to load the device first X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=af33d52fbbb5b5fd95b6b3914090a1c9b2d67189;p=horde.git need to load the device first --- diff --git a/horde/admin/activesync.php b/horde/admin/activesync.php index e57cf6d8e..e67e63ad9 100644 --- a/horde/admin/activesync.php +++ b/horde/admin/activesync.php @@ -51,6 +51,7 @@ foreach ($devices as $device) { $users[] = $device['device_user']; $tree->addNode($device['device_user'], 'root', $device['device_user'], 0, true, $user_node); } + $stateMachine->loadDeviceInfo($device['device_id'], $device['device_user']); $ts = new Horde_Date($stateMachine->getLastSyncTimestamp($device['device_id'])); $tree->addNode($device['device_id'], $device['device_user'],