]> git.mxchange.org Git - friendica.git/commitdiff
Fix goaway call
authorJonny Tischbein <jonny_tischbein@systemli.org>
Tue, 23 Oct 2018 09:44:31 +0000 (11:44 +0200)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Thu, 25 Oct 2018 19:47:10 +0000 (21:47 +0200)
mod/tagrm.php

index 39581efbb04fe3b9cce3b1a713941c4e886ece91..a6745e8e560fed164f2714b75714cce240a54201 100644 (file)
@@ -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);