summaryrefslogtreecommitdiff
path: root/core/helpers/MY_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/MY_file.php')
-rw-r--r--core/helpers/MY_file.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/helpers/MY_file.php b/core/helpers/MY_file.php
index 89e81204..c460a81a 100644
--- a/core/helpers/MY_file.php
+++ b/core/helpers/MY_file.php
@@ -19,7 +19,6 @@
*/
class file extends file_Core {
public function unlink($path) {
- // @todo create a unit test
if (is_file($path) && is_writable($path)) {
return @unlink($path);
} else if (is_dir($path) && is_writable($path)) {