]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
some more zot changes migrating back to f9a mainline
[friendica.git] / mod / dfrn_confirm.php
index e2094b1f31b97eaacb7fc44ef52465cf25cabd96..91333284b724cc0ce370e442d1f048f6af75629c 100644 (file)
@@ -672,7 +672,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
 
        // somebody arrived here by mistake or they are fishing. Send them to the homepage.
 
-       goaway($a->get_baseurl());
+       goaway(z_root());
        // NOTREACHED
 
 }