Removed code for testing

This commit is contained in:
Marc Alexander
2011-03-08 20:48:07 +01:00
parent c550e3289e
commit af7d26038e

View File

@@ -912,7 +912,7 @@ class acp_portal
$compress->extract($mod_dir . '_tmp/');
$compress->close();
$folder_contents = scandir($mod_dir . '_tmp/', 1); // This ensures dir is at index 0
//print_r($folder_contents);
// We need to check if there's a main directory inside the temp MOD directory
if (sizeof($folder_contents) == 3)
{