Skip to content

Commit

Permalink
Merge branch 'patch-3' of github.com:BigMichi1/horde into BigMichi1-p…
Browse files Browse the repository at this point in the history
…atch-3
  • Loading branch information
slusarz committed Feb 10, 2014
2 parents 0e2b36c + 00bd4eb commit b8c19d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion passwd/lib/Factory/Driver.php
Expand Up @@ -119,7 +119,8 @@ public function create($name, $params = array())
$params = $backend['params'];
unset($params['table'], $params['user_col'],
$params['pass_col'], $params['encryption'],
$params['show_encryption']);
$params['show_encryption'],
$params['query_lookup'], $params['query_modify']);
$backend['params']['db'] = $this->_injector
->getInstance('Horde_Core_Factory_Db')
->create('passwd', $params);
Expand Down

0 comments on commit b8c19d6

Please sign in to comment.