summaryrefslogtreecommitdiff
path: root/modules/gallery/models
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-03 21:41:38 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-03 21:41:38 -0600
commit9104fa7b55d4613792208956bbd0098bd89b033c (patch)
tree4d0af426fcbaf3a169a9b94fab02de7e3c9cf259 /modules/gallery/models
parentcc2711dce99972f60bf590fe858b2eaa9d0d2397 (diff)
parent7ad0808a117fd1db4e94da8d7763ccca1d69350a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/models')
-rw-r--r--modules/gallery/models/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php
index b3c7998b..f3e6b8f3 100644
--- a/modules/gallery/models/item.php
+++ b/modules/gallery/models/item.php
@@ -365,7 +365,7 @@ class Item_Model extends ORM_MPTT {
}
parent::save();
if (isset($send_event)) {
- module::event("item_updated", $this);
+ module::event("item_updated", $this->original(), $this);
}
return $this;
}