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