diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/photo.php | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |