diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-12 22:39:28 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-12 22:39:28 +0000 |
commit | 4b006a0419bfb19b75728caf7f50b1a8b1ef4419 (patch) | |
tree | eac7198b6cc20b59eac2982b93a479bc88296ac7 | |
parent | 93ca8e991d246362744bab7ee71aa3bf7fba6660 (diff) |
fix comment typo.
-rw-r--r-- | core/models/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |