mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fixes
This commit is contained in:
@@ -35,7 +35,7 @@ $kleeja_plugin['kj_ftp']['information'] = array(
|
||||
# min version of kleeja that's required to run this plugin
|
||||
'plugin_kleeja_version_min' => '2.0',
|
||||
# max version of kleeja that support this plugin, use 0 for unlimited
|
||||
'plugin_kleeja_version_max' => '3.0',
|
||||
'plugin_kleeja_version_max' => '3.9',
|
||||
# should this plugin run before others?, 0 is normal, and higher number has high priority
|
||||
'plugin_priority' => 0
|
||||
);
|
||||
@@ -172,9 +172,10 @@ $kleeja_plugin['kj_ftp']['uninstall'] = function ($plg_id) {
|
||||
// 'kj_ftp_home_meta_keywords'
|
||||
// ));
|
||||
|
||||
|
||||
delete_olang(null, null, $plg_id);
|
||||
|
||||
//delete language variables
|
||||
foreach (['ar', 'en'] as $language) {
|
||||
delete_olang(null, $language, $plg_id);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user