The relocate message hadn't changed the "nurl" value.

This commit is contained in:
Michael Vogel 2015-02-04 20:22:05 +01:00
parent 60eae0b2bc
commit 9641436996
1 changed files with 2 additions and 0 deletions

View 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']),