mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fixes
Fix of https://github.com/awssat/kleeja/issues/66 change places only
This commit is contained in:
@@ -233,7 +233,6 @@ $kleeja_plugin['kj_ftp']['functions'] = array(
|
||||
$uniqueName = $folder[0];
|
||||
$realFolder = $folder[1];
|
||||
|
||||
}
|
||||
|
||||
if(empty($uniqueName)){
|
||||
$return_link = getKleejaFtpInstance()->getLink('') . $realFolder;
|
||||
@@ -242,6 +241,10 @@ $kleeja_plugin['kj_ftp']['functions'] = array(
|
||||
}
|
||||
|
||||
return compact('return_link');
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user