fix : warning php en moins si plugins déjà installés

Warning: Undefined variable $todo
pull/59/head
RealET 5 months ago
parent 875ba9e96e
commit e8fa96842b

@ -66,6 +66,7 @@ class PluginsSvpTelecharger extends PluginsActiver
foreach ($actions as $action) {
$this->io->comment("\t".$action);
}
$todo = [];
foreach ($decideur->todo as $_todo) {
$todo[$_todo['i']] = $_todo['todo'];
}

Loading…
Cancel
Save