diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 17:02:46 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 17:02:46 +0000 |
commit | 877327a18e15d768df3bda658ce9dded116399fa (patch) | |
tree | 7923e352a6b241385c22b9487e8d994f4c593185 /actions/newnotice.php | |
parent | eacb8df69157e3151e3de5074dec6a152882e207 (diff) |
Update to XHR post notice
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index cb02854a1..b6ed87f81 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -91,7 +91,7 @@ class NewnoticeAction extends Action common_broadcast_notice($notice); if ($this->boolean('ajax')) { - common_start_html('text/xml;charset=utf-8', true); + $this->startHTML('text/xml;charset=utf-8', true); $this->elementStart('head'); $this->element('title', null, _('Notice posted')); $this->elementEnd('head'); |