From 96414369969734f6b87d077df4fd105d44e5d109 Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Wed, 4 Feb 2015 20:22:05 +0100
Subject: [PATCH] The relocate message hadn't changed the "nurl" value.

---
 include/items.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/items.php b/include/items.php
index 0a64ad448..101e39104 100644
--- a/include/items.php
+++ b/include/items.php
@@ -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']),