diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-31 12:43:33 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-31 12:43:33 +0000 |
commit | 4985582880b56f23226dfffb3f81140d8d4c055f (patch) | |
tree | c40389bada866c1e1b358e98a728cd8481838239 /lib | |
parent | 024704e0b70cb29107929cc2cce0ddc6b2d2e42b (diff) |
Fixed Event end name
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 76715c35a..0af497099 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -203,7 +203,7 @@ class NoticeForm extends Form $this->out->hidden('notice_data-location_id', empty($this->location_id) ? null : $this->location_id, 'location_id'); $this->out->hidden('notice_data-location_ns', empty($this->location_ns) ? null : $this->location_ns, 'location_ns'); - Event::handle('StartShowNoticeFormData', array($this)); + Event::handle('EndShowNoticeFormData', array($this)); } } |