Skip to content

Commit

Permalink
[jan] Fix method call when removing user data.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 7, 2022
1 parent a6e00b6 commit 006affc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -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;
Expand Down

0 comments on commit 006affc

Please sign in to comment.