mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
Resolve potential conflict with plugin settings installed and enabled
Signed-off-by: objec <objecttothis@gmail.com>
This commit is contained in:
@@ -188,11 +188,11 @@ class PluginManager
|
||||
|
||||
private function getEnabledKey(string $pluginId): string
|
||||
{
|
||||
return "{$pluginId}_enabled";
|
||||
return "{$pluginId}__enabled";
|
||||
}
|
||||
|
||||
private function getInstalledKey(string $pluginId): string
|
||||
{
|
||||
return "{$pluginId}_installed";
|
||||
return "{$pluginId}__installed";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user