Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 25, 2015
1 parent 8d5592f commit 4cbd84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingo/lib/Storage/Sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ protected function _storeBackend($action, $rule)

$this->_db->beginDbTransaction();
try {
foreach ($this->_filters as $key => $val) {
foreach ($this->_rules as $key => $val) {
$this->_db->update($query, array($key, $val->uid));
}
} catch (Horde_Db_Exception $e) {
Expand Down

0 comments on commit 4cbd84f

Please sign in to comment.