diff --git a/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php b/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php index 89c2c0eac5..61e057ea3c 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php +++ b/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php @@ -255,6 +255,7 @@ class Horde_SyncML_Command_Alert extends Horde_SyncML_Command { case ALERT_REFRESH_FROM_SERVER: $synctype = ALERT_REFRESH_FROM_SERVER; $response = $anchormatch ? RESPONSE_OK : RESPONSE_REFRESH_REQUIRED; + $anchormatch = false; break; case ALERT_RESUME: