]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
Changed all $config[][] calls to common_config()
[quix0rs-gnu-social.git] / actions / disfavor.php
index 09b3bf18d3d03ad8348afe465511d125f2962293..90bab3ccae86325c5005dcea10f4a89318f7e297 100644 (file)
@@ -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');