diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-03 21:41:38 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-03 21:41:38 -0600 |
| commit | 9104fa7b55d4613792208956bbd0098bd89b033c (patch) | |
| tree | 4d0af426fcbaf3a169a9b94fab02de7e3c9cf259 /modules/user/models/group.php | |
| parent | cc2711dce99972f60bf590fe858b2eaa9d0d2397 (diff) | |
| parent | 7ad0808a117fd1db4e94da8d7763ccca1d69350a (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/user/models/group.php')
| -rw-r--r-- | modules/user/models/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/models/group.php b/modules/user/models/group.php index bb3fb58b..8af78012 100644 --- a/modules/user/models/group.php +++ b/modules/user/models/group.php @@ -41,7 +41,7 @@ class Group_Model extends ORM { if (isset($created)) { module::event("group_created", $this); } else { - module::event("group_updated", $this); + module::event("group_updated", $this->original(), $this); } return $this; } |
