Force PicoDeprecated to be first plugin in the plugins array
This commit is contained in:
parent
624310bbe7
commit
f4332a247c
1 changed files with 4 additions and 0 deletions
|
@ -667,6 +667,10 @@ class Pico
|
|||
}
|
||||
};
|
||||
|
||||
if (isset($this->plugins['PicoDeprecated'])) {
|
||||
$visitPlugin($this->plugins['PicoDeprecated']);
|
||||
}
|
||||
|
||||
foreach ($this->plugins as $plugin) {
|
||||
$visitPlugin($plugin);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue