Skip to content

Commit

Permalink
Empty preference factory cache too.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 11, 2016
1 parent 3914323 commit 8ece935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingo/bin/ingo-convert-prefs-to-sql
Expand Up @@ -59,6 +59,7 @@ while (!feof(STDIN)) {

$prefs_storage->clearCache();
$sql_storage->clearCache();
$injector->getInstance('Horde_Core_Factory_Prefs')->clearCache();
$registry->setAuth($user, array());
$session->set('ingo', 'current_share', ':' . $user);

Expand Down

0 comments on commit 8ece935

Please sign in to comment.