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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user