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 434836c commit ce5786d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.yml
Expand Up @@ -32,8 +32,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 @@ -361,7 +361,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 ce5786d

Please sign in to comment.