mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-14 14:26:59 -04:00
Resolve potential conflict with plugin settings installed and enabled
Signed-off-by: objec <objecttothis@gmail.com>
This commit is contained in:
1 parent
ebd1c8fa0e
commit
196e87fa49
1 file changed
+2
-2
@@ -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