diff options
Diffstat (limited to 'actions/favor.php')
-rw-r--r-- | actions/favor.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/favor.php b/actions/favor.php index a4baa817a..7718f84d2 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -62,7 +62,8 @@ class FavorAction extends Action { } $this->notify($fave, $notice, $user); - + $user->blowFavesCache(); + if ($this->boolean('ajax')) { common_start_html('text/xml'); common_element_start('head'); |