mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes #105
This commit is contained in:
@@ -79,6 +79,11 @@ switch ($case):
|
||||
continue;
|
||||
}
|
||||
|
||||
if($case == 'check' && $row['plg_disabled'] == 1)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$installed_plugins[$row['plg_name']] = $row;
|
||||
|
||||
$installed_plugins[$row['plg_name']]['extra_info'] = Plugins::getInstance()->installed_plugin_info($row['plg_name']);
|
||||
|
||||
Reference in New Issue
Block a user