From 4b006a0419bfb19b75728caf7f50b1a8b1ef4419 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 12 May 2009 22:39:28 +0000 Subject: fix comment typo. --- core/models/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/models/item.php b/core/models/item.php index 3041e31e..ea9196d5 100644 --- a/core/models/item.php +++ b/core/models/item.php @@ -110,7 +110,7 @@ class Item_Model extends ORM_MPTT { if (is_dir($original_path)) { @dir::unlink($original_path); @dir::unlink(dirname($original_resize_path)); - // The thumb path is a path to .album.jpg not the actual directory. + // The thumb path is a path to .album.jpg not the actual directory. // So we need to first try to delete the path (may not exist) and then its directory. @unlink($original_thumb_path); @dir::unlink(dirname($original_thumb_path)); -- cgit v1.2.3