From: Jonny Tischbein Date: Tue, 23 Oct 2018 09:44:31 +0000 (+0200) Subject: Fix goaway call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1689c440856e70687cabafda167cf9ee74fb3108;p=friendica.git Fix goaway call --- diff --git a/mod/tagrm.php b/mod/tagrm.php index 39581efbb0..a6745e8e56 100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -82,7 +82,7 @@ function tagrm_content(App $a) if ($a->argc == 3){ update_tags($a->argv[1], [hex2bin(notags(trim($a->argv[2])))]); - goaway('/' . $_SESSION['photo_return']); + $a->internalRedirect($_SESSION['photo_return']); } $item_id = (($a->argc > 1) ? intval($a->argv[1]) : 0);