summaryrefslogtreecommitdiff
path: root/actions/apifavoritedestroy.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apifavoritedestroy.php')
-rw-r--r--actions/apifavoritedestroy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifavoritedestroy.php b/actions/apifavoritedestroy.php
index 3640459f9..aac866d7e 100644
--- a/actions/apifavoritedestroy.php
+++ b/actions/apifavoritedestroy.php
@@ -138,7 +138,7 @@ class ApiFavoriteDestroyAction extends ApiAuthAction
$this->user->blowFavesCache();
if ($this->format == 'xml') {
- $this->show_single_xml_status($this->notice);
+ $this->showSingleXmlStatus($this->notice);
} elseif ($this->format == 'json') {
$this->show_single_json_status($this->notice);
}