Closed markhuot closed 7 years ago
A recent beta of Craft added the INIT event, that other plugins can hook in to. To work with that you'll have to call parent::init() in your subclass.
parent::init()
A recent beta of Craft added the INIT event, that other plugins can hook in to. To work with that you'll have to call
parent::init()
in your subclass.