diff --git a/docs/changelog.yml b/docs/changelog.yml index 0198f7f7..64093f96 100644 --- a/docs/changelog.yml +++ b/docs/changelog.yml @@ -31,8 +31,8 @@ license: identifier: ASL uri: http://www.horde.org/licenses/apache - notes: |+ - + notes: | + [jan] Fix method call when removing user data. 4.2.26: api: 4.0.0 state: diff --git a/lib/Application.php b/lib/Application.php index 4d393327..278aef51 100644 --- a/lib/Application.php +++ b/lib/Application.php @@ -357,7 +357,7 @@ public function removeUserData($user) try { $driver = $GLOBALS['injector'] ->getInstance('Turba_Factory_Driver') - ->createFromSource($source, $sourceId); + ->createFromConfig($source, $sourceId); } catch (Turba_Exception $e) { Horde::log($e, 'ERR'); continue;