From da707736a075e8f050458316edfcf0177aef0bfc Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 20 Jul 2016 23:04:07 -0700 Subject: issue #453 and a bug noted from the logfiles related to the schema change last month --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/import.php') diff --git a/include/import.php b/include/import.php index e4f5ba5a7..42c902a0a 100644 --- a/include/import.php +++ b/include/import.php @@ -1033,7 +1033,7 @@ function sync_files($channel,$files) { $attach_id = $x[0]['id']; } - $newfname = 'store/' . $channel['channel_address'] . '/' . get_attach_binname($att['data']); + $newfname = 'store/' . $channel['channel_address'] . '/' . get_attach_binname($att['content']); unset($att['id']); $att['aid'] = $channel['channel_account_id']; -- cgit v1.2.3