X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdisfavor.php;h=35cfd60707fc26d45f2c657043a19dcd1d00d1a1;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=ef01e891f83bcd10c89c9959e1f63f09a5b3635e;hpb=054b4d0be6f3d524a602d787380d9da5986c1f9f;p=quix0rs-gnu-social.git diff --git a/actions/disfavor.php b/actions/disfavor.php index ef01e891f8..35cfd60707 100644 --- a/actions/disfavor.php +++ b/actions/disfavor.php @@ -63,6 +63,8 @@ class DisfavorAction extends Action { $this->server_error(_('Could not delete favorite.')); return; } + + $user->blowFavesCache(); if ($this->boolean('ajax')) { common_start_html('text/xml');