aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_posting.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 48816824a8..2ac76064fe 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -264,9 +264,7 @@ function upload_attachment($filename, $local = false, $local_storage = '')
}
}
-/*
- // TODO
- // Check Free Disk Space - need testing under windows [commented out]
+ // TODO - Check Free Disk Space - need testing under windows [commented out]
if ($free_space = disk_free_space($config['upload_dir']))
{
if ($free_space <= $filedata['filesize'])
@@ -276,7 +274,6 @@ function upload_attachment($filename, $local = false, $local_storage = '')
return $filedata;
}
}
-*/
$filedata['thumbnail'] = 0;