diff options
author | friendica <info@friendica.com> | 2013-07-25 22:57:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-25 22:57:06 -0700 |
commit | 7f87da68baa38705b4d5080d3789be8af44b0795 (patch) | |
tree | e191ba63b4c7eeec489857c6251ec624ca3bfeda /mod/connections.php | |
parent | c59fff945f6d7884622ce0ea919bc7843bafb1f0 (diff) | |
download | volse-hubzilla-7f87da68baa38705b4d5080d3789be8af44b0795.tar.gz volse-hubzilla-7f87da68baa38705b4d5080d3789be8af44b0795.tar.bz2 volse-hubzilla-7f87da68baa38705b4d5080d3789be8af44b0795.zip |
the rest of the heavy lifting on clone sync - now we're down to some log messages and a whole lot of testing
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php index 5e803fb28..88291ba8d 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -135,6 +135,7 @@ function connections_post(&$a) { $a->data['abook'] = $r[0]; } + connections_clone($a); return; |