]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/clearflag.php
Added block link to subscription notification emails; block action can now take a...
[quix0rs-gnu-social.git] / plugins / UserFlag / clearflag.php
index bd6732e2dac0b4824544576e08a580e8e08c3588..f032527ed6c1bd2082df86e06ec69731c8c6ade4 100644 (file)
@@ -81,7 +81,7 @@ class ClearflagAction extends ProfileFormAction
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             $this->handlePost();
             if (!$this->boolean('ajax')) {
-                $this->returnToArgs();
+                $this->returnToPrevious();
             }
         }
     }