mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 18:19:27 +01:00
fix typo
This commit is contained in:
parent
863d13bc39
commit
f246dff768
@ -38,7 +38,7 @@ class PluginService
|
|||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
// Make sure to update the status if a plugin is no longer incompatible (e.g. because the user changed their panel version)
|
// Make sure to update the status if a plugin is no longer incompatible (e.g. because the user changed their panel version)
|
||||||
if ($plugins->isIncompatible()) {
|
if ($plugin->isIncompatible()) {
|
||||||
$this->disablePlugin($plugin);
|
$this->disablePlugin($plugin);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user