Skip to content

Commit

Permalink
Merge commit 'refs/pull/3620/head' of github.com:zendframework/zf2 in…
Browse files Browse the repository at this point in the history
…to hotfix/classname
  • Loading branch information
Maks3w committed Jan 30, 2013
2 parents 14cde36 + e18b440 commit ae4ff08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Log/Writer/FilterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class FilterPluginManager extends AbstractPluginManager
'mock' => 'Zend\Log\Filter\Mock',
'priority' => 'Zend\Log\Filter\Priority',
'regex' => 'Zend\Log\Filter\Regex',
'suppress' => 'Zend\Log\Filter\suppressFilter',
'suppressfilter' => 'Zend\Log\Filter\suppressFilter',
'suppress' => 'Zend\Log\Filter\SuppressFilter',
'suppressfilter' => 'Zend\Log\Filter\SuppressFilter',
'validator' => 'Zend\Log\Filter\Validator',
);

Expand Down

0 comments on commit ae4ff08

Please sign in to comment.