kohana / minion

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

Fixed wrong task name for Kohana_Exception #57

Closed biakaveron closed 12 years ago

biakaveron commented 12 years ago

get_class($task) throws an Exception, because $task is not an object. Use $class instead.