From 76196be483e92e01543c8dc1c488e44ae527db64 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 3 Dec 2008 22:48:23 +0000 Subject: Remove @todo --- core/helpers/MY_file.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/helpers') 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)) { -- cgit v1.2.3