From 3f0eb901283e266384f78e8cf1dbd7912bd2f254 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Mon, 2 Feb 2009 20:47:57 +0000 Subject: removed extraneous argument in startHTML calls --- actions/disfavor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/disfavor.php') diff --git a/actions/disfavor.php b/actions/disfavor.php index 09b3bf18d..90bab3cca 100644 --- a/actions/disfavor.php +++ b/actions/disfavor.php @@ -89,7 +89,7 @@ class DisfavorAction extends Action } $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, _('Add to favorites')); $this->elementEnd('head'); -- cgit v1.2.3-54-g00ecf