mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-07 05:29:08 -04:00
related events from within the model handling code. The only exception to this currently is item_created which is challenging because we have to save the item using ORM_MPTT::add_to_parent() before the object itself is fully set up. When we get that down to one call to save() we can publish that event from within the model also.