diff options
author | friendica <info@friendica.com> | 2013-01-12 18:06:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-12 18:06:34 -0800 |
commit | d5c71e569143054582be589849bc9268167bbe8c (patch) | |
tree | 7a579b4dec6d397e8cb5f2b86a3e144e727bebbe /util/fresh | |
parent | f24ce356039e9988b25a7fa6b1e74a3ad880745a (diff) | |
download | volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.gz volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.bz2 volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.zip |
start on tag deliver rewrite
Diffstat (limited to 'util/fresh')
-rwxr-xr-x | util/fresh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fresh b/util/fresh index 3e9b55ae1..1ab1ead5e 100755 --- a/util/fresh +++ b/util/fresh @@ -64,7 +64,7 @@ function process_command($line) { if(argv(1)) { $x = zot_finger(argv(1),$channel); if($x['success']) - print_r(json_decode($x['body'],true)); + echo jindent($x['body']); } break; |