]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favor.php
More space for the counter
[quix0rs-gnu-social.git] / actions / favor.php
index 8d751a7a97f65ca8e0427d309ededd61e49fdb5b..afda93cff29ae109c81a6e287ad797934f7d7814 100644 (file)
@@ -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');