Enable proper 'refresh from server' again

This commit is contained in:
Jörg Lehrke 2010-02-17 13:28:00 +00:00
parent d2d64a73fe
commit 8204d84ca5

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: