1
0
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:
Cameron
2022-06-12 11:05:05 -07:00
parent 52cf8f5bfa
commit ce3f0be05a
4 changed files with 4 additions and 4 deletions

View File

@@ -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);
}