diff --git a/ingo/lib/Storage/Sql.php b/ingo/lib/Storage/Sql.php index e0978b6d9d0..e9e98676698 100644 --- a/ingo/lib/Storage/Sql.php +++ b/ingo/lib/Storage/Sql.php @@ -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 :