Enable proper 'refresh from server' again

This commit is contained in:
Jörg Lehrke 2010-02-17 13:28:12 +00:00
parent fda3d2bad6
commit e2f7cd790f

View File

@ -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: