diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:29:22 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:29:22 +0000 |
commit | 71d5c6335f73ddac5bafc1bdad09bda602f91ff7 (patch) | |
tree | cc4bea0139e07629c7d39819cb60be0c4de0f11d /actions/favor.php | |
parent | d3f27765d95d0c4e0c5d8f224822c469ea64660b (diff) | |
parent | 4b1cc73a583ce8b73760f6e709c0fc794af1b471 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'actions/favor.php')
-rw-r--r-- | actions/favor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/favor.php b/actions/favor.php index 8d751a7a9..afda93cff 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -68,7 +68,7 @@ class FavorAction extends Action $user->blowFavesCache(); 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, _('Disfavor favorite')); $this->elementEnd('head'); |