aboutsummaryrefslogtreecommitdiffstats
path: root/include/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-26 14:28:11 -0700
committerfriendica <info@friendica.com>2013-06-26 14:28:11 -0700
commit156cf592eeeaf1ef2fe446655b1f28debab7814c (patch)
tree127c83cb662aea4f39aa9fa020d53c700fab3d78 /include/settings.php
parent57c7f725f67ac868b54d0dbff2d4fb0122af3954 (diff)
downloadvolse-hubzilla-156cf592eeeaf1ef2fe446655b1f28debab7814c.tar.gz
volse-hubzilla-156cf592eeeaf1ef2fe446655b1f28debab7814c.tar.bz2
volse-hubzilla-156cf592eeeaf1ef2fe446655b1f28debab7814c.zip
more nomadic clone sync
Diffstat (limited to 'include/settings.php')
-rw-r--r--include/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/settings.php b/include/settings.php
index 9266932f2..94cb6f65b 100644
--- a/include/settings.php
+++ b/include/settings.php
@@ -65,7 +65,7 @@ function build_sync_packet($packet = null) {
dbesc(datetime_convert()),
dbesc(datetime_convert()),
dbesc($n),
- dbesc($info)
+ dbesc(json_encode($info))
);
proc_run('php','include/deliver.php',$hash);