diff options
author | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
commit | 5f9c326ad7b7ba4a4c84ff2582898414f76267ca (patch) | |
tree | 2baf4934e8dd8e084c30c3c2631ae1a8e3abdeba /mod/uexport.php | |
parent | 171719a774f9dc1ea81d11f15b121222bd30a898 (diff) | |
download | volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.gz volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.bz2 volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.zip |
channel export with items
Diffstat (limited to 'mod/uexport.php')
-rw-r--r-- | mod/uexport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/uexport.php b/mod/uexport.php index f3a2ce67c..6304115c8 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -18,7 +18,7 @@ function uexport_init(&$a) { } if(argc() > 1 && argv(1) === 'complete') { - echo json_encode('not yet implemented'); + echo json_encode(identity_basic_export(local_user(),true)); killme(); } |