Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/joaomachado/horde
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 17, 2016
2 parents a68c0a3 + 1fd89e4 commit 29abc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingo/lib/Storage/Sql.php
Expand Up @@ -218,7 +218,7 @@ protected function _loadFromBackend()
break;

default:
$columns = $this->_db->columns($this->_params['table_rules']);
$columns = $this->_params['db']->columns($this->_params['table_rules']);
$ob->combine = intval($row['rule_combine']);
$ob->conditions = empty($row['rule_conditions'])
? null :
Expand Down

0 comments on commit 29abc91

Please sign in to comment.