]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showfavorites.php
Ticket #1094 Facebook app invites page was failing if no friends had added the app yet
[quix0rs-gnu-social.git] / actions / showfavorites.php
index bb68f8d94f6d69f2336301c451b4fc2f305d2911..31479e1a7891d0933e63cb8bc5735ccc99d59345 100644 (file)
@@ -112,6 +112,8 @@ class ShowfavoritesAction extends Action
             $this->page = 1;
         }
 
+        common_set_returnto($this->selfUrl());
+        
         return true;
     }