Skip to content

Commit

Permalink
Sort entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 18, 2016
1 parent b44e672 commit 7b84ac3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions framework/Core/lib/Horde/Core/Factory/Db.php
Expand Up @@ -64,7 +64,13 @@ public function create($app = 'horde', $backend = null)
* @todo Fix with Horde 6. */
if (!is_array($backend) && ($backend == 'auth')) {
unset(
$config['count_bad_logins'],
$config['driverconfig'],
$config['encryption'],
$config['login_block'],
$config['login_block_count'],
$config['login_block_time'],
$config['password_field'],
$config['query_auth'],
$config['query_add'],
$config['query_getpw'],
Expand All @@ -73,15 +79,9 @@ public function create($app = 'horde', $backend = null)
$config['query_remove'],
$config['query_list'],
$config['query_exists'],
$config['encryption'],
$config['show_encryption'],
$config['username_field'],
$config['password_field'],
$config['table'],
$config['login_block'],
$config['login_block_count'],
$config['login_block_time'],
$config['count_bad_logins']
$config['username_field'],
);
}
unset($config['umask']);
Expand Down

0 comments on commit 7b84ac3

Please sign in to comment.