1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Fix for detection of theme/plugin root directory in .zip

This commit is contained in:
Cameron
2017-01-06 11:19:09 -08:00
parent 5570f768a8
commit 96ad80593b
3 changed files with 15 additions and 2 deletions

View File

@@ -700,7 +700,7 @@ class pluginManager{
$string = base64_decode($_GET['src']);
parse_str($string, $data);
if(e_DEBUG === true)
if(deftrue('e_DEBUG_MARKETPLACE'))
{
echo "<b>DEBUG MODE ACTIVE (no downloading)</b><br />";
echo '$_GET[src]: ';