mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Fix for detection of theme/plugin root directory in .zip
This commit is contained in:
@@ -165,7 +165,7 @@ if($mode == 'download' && !empty($_GET['src']))
|
||||
return true;
|
||||
}
|
||||
|
||||
if(e_DEBUG === true)
|
||||
if(deftrue('e_DEBUG_MARKETPLACE'))
|
||||
{
|
||||
echo "<b>DEBUG MODE ACTIVE (no downloading)</b><br />";
|
||||
echo '$_GET: ';
|
||||
|
Reference in New Issue
Block a user