mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Fixes #4790 - e_DEBUG not defined.
This commit is contained in:
@@ -1655,7 +1655,7 @@ class e_file
|
||||
$zip->extractTo(e_TEMP);
|
||||
chmod(e_TEMP . $dir, 0755);
|
||||
|
||||
if(empty($dir) && e_DEBUG)
|
||||
if(empty($dir) && deftrue('e_DEBUG'))
|
||||
{
|
||||
print_a($fileinfo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user