mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Enable proper 'refresh from server' again
This commit is contained in:
parent
fda3d2bad6
commit
e2f7cd790f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user