diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:27 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-16 19:59:27 +0000 |
commit | 69d6404f260fb30c41db9a7b7852beaae0dced95 (patch) | |
tree | a380f378c6085e076a0d5658c60d75d82bb95e45 /actions | |
parent | ed2fd6da6bbae0ccd433fead33c82f46e86a801e (diff) | |
parent | 8abf9351860408db930ce9f423f94baa97ed5f56 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'actions')
-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'); |