]> git.mxchange.org Git - friendica.git/commitdiff
The relocate message hadn't changed the "nurl" value.
authorMichael Vogel <icarus@dabo.de>
Wed, 4 Feb 2015 19:22:05 +0000 (20:22 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 4 Feb 2015 19:22:05 +0000 (20:22 +0100)
include/items.php

index 0a64ad448dbdaacc41d94c0a91b83c7744e0c6de..101e3910464932d5d478ccb0f6e6b85a92612e43 100644 (file)
@@ -2941,6 +2941,7 @@ function local_delivery($importer,$data) {
                                        thumb = '%s',
                                        micro = '%s',
                                        url = '%s',
+                                       nurl = '%s',
                                        request = '%s',
                                        confirm = '%s',
                                        notify = '%s',
@@ -2952,6 +2953,7 @@ function local_delivery($importer,$data) {
                                        dbesc($newloc['thumb']),
                                        dbesc($newloc['micro']),
                                        dbesc($newloc['url']),
+                                       dbesc(normalise_link($newloc['url'])),
                                        dbesc($newloc['request']),
                                        dbesc($newloc['confirm']),
                                        dbesc($newloc['notify']),