1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Plugin downlods in working state (work in progress, cleanup needed)

This commit is contained in:
SecretR
2013-05-19 18:38:27 +03:00
parent c4121e5fd7
commit 3094f39c98
4 changed files with 66 additions and 126 deletions

View File

@@ -223,7 +223,7 @@ abstract class e_marketplace_adapter_abstract
if($dir && is_dir($destpath.$dir))
{
echo "(".ucfirst($type).") Already Installed".$destpath.$dir; flush();
echo "(".ucfirst($type).") Already Downloaded - ".basename($destpath).'/'.$dir; flush();
@unlink(e_TEMP.$localfile);
return;
}