aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-15 14:37:57 -0800
committerfriendica <info@friendica.com>2014-12-15 14:37:57 -0800
commit2e990743e757bea6712a3f3e9639a43c89b52901 (patch)
treecfc7da5c92a471de875bdd15dc491635fb987ee8 /include/network.php
parentf28103d595c0e02dfd30d44b3115915994e9ecc0 (diff)
parent3b343f8f6c7936aba93ed4a0b09a19086f18ae0d (diff)
downloadvolse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.gz
volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.tar.bz2
volse-hubzilla-2e990743e757bea6712a3f3e9639a43c89b52901.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.php b/include/network.php
index db48caf37..15e605673 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1093,6 +1093,7 @@ function discover_by_webbie($webbie) {
dbesc($webbie)
);
if(! $r) {
+
$r = q("insert into xchan ( xchan_hash, xchan_guid, xchan_pubkey, xchan_addr, xchan_url, xchan_name, xchan_network, xchan_instance_url, xchan_name_date ) values ('%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s') ",
dbesc($addr),
dbesc($guid),