aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-09 15:12:15 -0800
committerfriendica <info@friendica.com>2015-02-09 15:12:15 -0800
commit0e74ebc6a9f6ef6f8348a68d9ecee98795edd56b (patch)
tree2ebdde2b6b47c10ee2addc55e56f190a512e27d5 /mod/import.php
parentd473c3c500a39ce1efdf6902114f899644bcc002 (diff)
downloadvolse-hubzilla-0e74ebc6a9f6ef6f8348a68d9ecee98795edd56b.tar.gz
volse-hubzilla-0e74ebc6a9f6ef6f8348a68d9ecee98795edd56b.tar.bz2
volse-hubzilla-0e74ebc6a9f6ef6f8348a68d9ecee98795edd56b.zip
title missing sending to diaspora (which doesn't support titles but let's not go there).
Diffstat (limited to 'mod/import.php')
-rw-r--r--mod/import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/import.php b/mod/import.php
index c9a4edb67..088c5cb61 100644
--- a/mod/import.php
+++ b/mod/import.php
@@ -250,7 +250,7 @@ function import_post(&$a) {
if($seize) {
- // replace our existing xchan if we're seizing control
+ // replace any existing xchan we may have on this site if we're seizing control
$r = q("delete from xchan where xchan_hash = '%s'",
dbesc($channel['channel_hash'])