From f72a3113f5a42808e41b8eef19cc7ea6c6b199b8 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 1 Sep 2015 21:03:55 -0700 Subject: add the baseurl so we can easily relocate objects --- include/identity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index 561a69cd5..d9a0d1818 100644 --- a/include/identity.php +++ b/include/identity.php @@ -560,9 +560,10 @@ function identity_basic_export($channel_id, $items = false) { $datestamp = datetime_convert(); - $r = q("select obj.*, term.term as obj_term, term.url as obj_url, term.imgurl as obj_imgurl, '%s' as obj_created, '%s' as obj_edited from obj left join term on obj_obj = term.term_hash where obj_channel = %d", + $r = q("select obj.*, term.term as obj_term, term.url as obj_url, term.imgurl as obj_imgurl, '%s' as obj_created, '%s' as obj_edited, '%s' as obj_baseurl from obj left join term on obj_obj = term.term_hash where obj_channel = %d", dbesc($datestamp), dbesc($datestamp), + dbesc(z_root()), intval($channel_id) ); -- cgit v1.2.3