[Tickets #13278] horde-remove-user-data does not remove ActiveSync data
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Jun 20 14:07:48 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13278
------------------------------------------------------------------------------
Ticket | 13278
Created By | skhorde at smail.inf.fh-bonn-rhein-sieg.de
Summary | horde-remove-user-data does not remove ActiveSync data
Queue | Synchronization
Version | FRAMEWORK_5_1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
skhorde at smail.inf.fh-bonn-rhein-sieg.de (2014-06-20 14:07) wrote:
removeUserData() in HORDE_BASEDIR/lib/App.php is never called,
therefore the lines
if ($GLOBALS['conf']['activesync']['enabled']) {
$GLOBALS['injector']->getInstance('Horde_ActiveSyncState')
->removeState(array('user' => $user));
}
are not called. If I copy those lines into removeUserData() in
HORDE_BASEDIR/lib/Application.php, the state is removed, but then two
PHP errors pop up, see bug #13277
More information about the bugs
mailing list