From 877327a18e15d768df3bda658ce9dded116399fa Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 17:02:46 +0000 Subject: Update to XHR post notice --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/newnotice.php') 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'); -- cgit v1.2.3-54-g00ecf