]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/disfavor.php
add Net Socket
[quix0rs-gnu-social.git] / actions / disfavor.php
index ef01e891f83bcd10c89c9959e1f63f09a5b3635e..35cfd60707fc26d45f2c657043a19dcd1d00d1a1 100644 (file)
@@ -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');