diff options
author | Paolo Tacconi <p.tacconi@giunti.it> | 2014-09-26 14:40:22 +0200 |
---|---|---|
committer | Paolo Tacconi <p.tacconi@giunti.it> | 2014-09-26 14:40:22 +0200 |
commit | eaf96f987a5f22a54fdbb4cedef52b0159a37ad0 (patch) | |
tree | f1fce3898b757e3a29e928cc1afe724edb620471 /include/api.php | |
parent | 6324a07dd8b17db5da0ce66c99fb69e2f3ec49e1 (diff) | |
parent | 574c4845b711c9ebf53efb2a0fe846f5aea46e87 (diff) | |
download | volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.tar.gz volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.tar.bz2 volse-hubzilla-eaf96f987a5f22a54fdbb4cedef52b0159a37ad0.zip |
Rebase from upstream
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php index 47de945db..2505def4c 100644 --- a/include/api.php +++ b/include/api.php @@ -546,8 +546,8 @@ require_once('include/items.php'); } require_once('include/identity.php'); - - json_return_and_die(identity_basic_export(api_user())); + + json_return_and_die(identity_basic_export(api_user(),(($_REQUEST['posts']) ? intval($_REQUEST['posts']) : 0 ))); } api_register_func('api/export/basic','api_export_basic', true); api_register_func('api/red/channel/export/basic','api_export_basic', true); |