summaryrefslogtreecommitdiff
path: root/actions/disfavor.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 03:12:39 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 03:12:39 +0000
commit4b1cc73a583ce8b73760f6e709c0fc794af1b471 (patch)
treeeb174bd6e60bc157de9dddc0669408f2b905057a /actions/disfavor.php
parentc1a247358d08c666a838f74ca3d7a54906445746 (diff)
Favor/Disfavor form @class
Created icon, and add style JS selector change Fixed return actions
Diffstat (limited to 'actions/disfavor.php')
-rw-r--r--actions/disfavor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/disfavor.php b/actions/disfavor.php
index fc36f7c75..3e3e4a547 100644
--- a/actions/disfavor.php
+++ b/actions/disfavor.php
@@ -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');