From 608d0996698716c488318411e10b880796c58805 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 23 Dec 2008 01:49:26 +0000 Subject: Update comment. --- core/helpers/photo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 10f3d1a0..929f96de 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -77,7 +77,8 @@ class photo_Core { $photo->add_to_parent($parent); copy($filename, $photo->file_path()); - // This saves the photo a second time, which is unfortunate but difficult to avoid. + // This saves the photo a second time, which is unfortunate but difficult to avoid + // because the ORM_MPTT code needs to do the first save. $thumb_size = module::get_var("core", "thumb_size"); $resize_size = module::get_var("core", "resize_size"); -- cgit v1.2.3