diff options
Diffstat (limited to 'actions/friends/remove.php')
-rw-r--r-- | actions/friends/remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/friends/remove.php b/actions/friends/remove.php index f79fdf0ac..786b5975b 100644 --- a/actions/friends/remove.php +++ b/actions/friends/remove.php @@ -32,4 +32,4 @@ if (!$errors) { } // Forward back to the page you made the friend on -forward($_SERVER['HTTP_REFERER']); +forward(REFERER); |