]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
More space for the counter
[quix0rs-gnu-social.git] / actions / disfavor.php
index fc36f7c75fab62e547233725a471363aad5e7849..3e3e4a5476d48e43743c3807cb07f5df20455fd5 100644 (file)
@@ -69,7 +69,7 @@ class DisfavorAction 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, _('Add to favorites'));
             $this->elementEnd('head');