diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-02-02 20:47:57 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-02-02 20:47:57 +0000 |
commit | 3f0eb901283e266384f78e8cf1dbd7912bd2f254 (patch) | |
tree | 7a0071af0a7d73a8efb0c4ac643c12622fc0c403 /actions/favor.php | |
parent | f9edd1101b95ea41051fee2e8e983bebd890cc50 (diff) |
removed extraneous argument in startHTML calls
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 8ecde4b11..3940df688 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -89,7 +89,7 @@ class FavorAction extends Action $this->notify($notice, $user); $user->blowFavesCache(); if ($this->boolean('ajax')) { - $this->startHTML('text/xml;charset=utf-8', true); + $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head'); $this->element('title', null, _('Disfavor favorite')); $this->elementEnd('head'); |