Force PicoDeprecated to be first plugin in the plugins array

pico-3.0-alpha
Daniel Rudolf 8 years ago
parent 624310bbe7
commit f4332a247c
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 4
      lib/Pico.php

@ -667,6 +667,10 @@ class Pico
}
};
if (isset($this->plugins['PicoDeprecated'])) {
$visitPlugin($this->plugins['PicoDeprecated']);
}
foreach ($this->plugins as $plugin) {
$visitPlugin($plugin);
}

Loading…
Cancel
Save