summaryrefslogtreecommitdiff
path: root/modules/gallery/models
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-17 16:58:15 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-17 16:58:15 -0700
commitbb981bb7b60d6b0155b73bbb37edb25f2f207ec0 (patch)
treeb4dd91a42f3da07fae42c64aeb3d49f46e6ebc6a /modules/gallery/models
parente7c6861507ea7ca01d3d4ed7b4189c030c8d07b3 (diff)
parentcd907c2b42f8b50ebe6d490aab42365e16deb258 (diff)
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'modules/gallery/models')
-rw-r--r--modules/gallery/models/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php
index 6512e9e5..05c4e656 100644
--- a/modules/gallery/models/item.php
+++ b/modules/gallery/models/item.php
@@ -140,6 +140,7 @@ class Item_Model extends ORM_MPTT {
$original_parent = $this->parent();
parent::move_to($target, true);
+ model_cache::clear();
$this->relative_path_cache = null;
rename($original_path, $this->file_path());