diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-20 23:49:20 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-20 23:49:20 -0800 |
commit | dde429f71e536d66565eb6aa78bf58c39a243abb (patch) | |
tree | ec809c82c03e89e0a1e2d10d483544f18c1b6aa9 /modules/gallery/models | |
parent | 16ccda0f3d63b5db43c5eaee551ecc62c42becf5 (diff) |
Whitespace.
Diffstat (limited to 'modules/gallery/models')
-rw-r--r-- | modules/gallery/models/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php index 19c379ab..51857440 100644 --- a/modules/gallery/models/item.php +++ b/modules/gallery/models/item.php @@ -447,7 +447,6 @@ class Item_Model extends ORM_MPTT { @rename($original->thumb_path(), $this->thumb_path()); } - if ($original->parent_id != $this->parent_id) { // This will result in 2 events since we'll still fire the item_updated event below module::event("item_moved", $this, $original->parent()); |