kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

Undefined variable: e ~ MODPATH/minion/classes/Kohana/Minion/Exception.php [ 62 ] #82

Closed michal-m closed 9 years ago

michal-m commented 11 years ago

This pull request fixes the above error that's is thrown when you try to throw a Minion_Exception.

See bug report 4774.

lenton commented 9 years ago

Typo has been fixed here: https://github.com/kohana/minion/commit/b6cd32dbc5bcd97cd8e2af39ca6373bd7d0acb6c

Undefined variable bug has been fixed here: https://github.com/kohana/minion/commit/bf9cee1e5a5dda51abec43b01a5ebdb36fa244c7

Also for future reference, all PRs must target the develop branch.