diff options
author | Brion Vibber <brion@status.net> | 2010-08-10 16:55:03 -0700 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-08-10 16:55:03 -0700 |
commit | 3a85318bd09e867f5ff764d6408e428e9b2ce19a (patch) | |
tree | a15d009b077623aa14691033c597bb3e41d9ac1c /actions | |
parent | e54d441af044689cc37b1b58104e1b404f55b9db (diff) |
First stab redoing argument loading for TinyMCE (to avoid hacking checks for all notice saves everywhere)
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 748d104ff..5e682ffd0 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -203,6 +203,7 @@ class NewnoticeAction extends Action $options = array_merge($options, $locOptions); } + Event::handle('SaveNewNoticeWeb', array($this, $user, &$content_shortened, &$options)); $notice = Notice::saveNew($user->id, $content_shortened, 'web', $options); if (isset($upload)) { |