Fix saving plugins option
This commit is contained in:
parent
49bf12675d
commit
fb3f58856c
|
|
@ -116,7 +116,7 @@ class PluginManager
|
||||||
$manifest['version'],
|
$manifest['version'],
|
||||||
$this->enabled->get($name)['version']
|
$this->enabled->get($name)['version']
|
||||||
)) {
|
)) {
|
||||||
$this->enabled->put($name, $manifest['version']);
|
$this->enabled->put($name, ['version' => $manifest['version']]);
|
||||||
$this->dispatcher->dispatch(new Events\PluginVersionChanged($plugin));
|
$this->dispatcher->dispatch(new Events\PluginVersionChanged($plugin));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user