Fix typo
This commit is contained in:
parent
60c627c214
commit
c34afad4af
1 changed files with 1 additions and 2 deletions
|
@ -1339,8 +1339,7 @@ class Pico
|
|||
if (!empty($this->plugins)) {
|
||||
foreach ($this->plugins as $plugin) {
|
||||
// only trigger events for plugins that implement PicoPluginInterface
|
||||
// deprecated events (plugins for Pico 0.9 and older) will be
|
||||
// triggered by the `PicoPluginDeprecated` plugin
|
||||
// deprecated events (plugins for Pico 0.9 and older) will be triggered by `PicoDeprecated`
|
||||
if (is_a($plugin, 'PicoPluginInterface')) {
|
||||
$plugin->handleEvent($eventName, $params);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue