Skip to content

Commit

Permalink
Zend_Log_Filter_Abstract expects event to be array
Browse files Browse the repository at this point in the history
`Zend_Log_Filter_Abstract`, `Zend_Log_Writer_Abstract` and related classes expect an event to be an array.

This was causing the priority filter to not be applied correctly as `$event['priority']` was always null.

Adds array accessors to `FireGento_Logger_Model_Event`
  • Loading branch information
Dane Lowe committed Oct 28, 2015
1 parent 18f5c79 commit 4f3f71c
Showing 1 changed file with 52 additions and 366 deletions.
Loading

0 comments on commit 4f3f71c

Please sign in to comment.