Merge pull request #1358 from annando/1502-relocate-set-nurl

The relocate message hadn't changed the "nurl" value.
Bu işleme şunda yer alıyor:
Tobias Diekershoff 2015-02-04 20:39:31 +01:00
işleme f3b8950ab1
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

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