diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 08:21:28 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 08:21:28 +0200 |
commit | 9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21 (patch) | |
tree | 7b3af87ff4e4ef44999f69a6213b6f5df9ad2383 /mod/friendika.php | |
parent | bda839635ceefac14c9d7892cd24d28fc6cdd596 (diff) | |
parent | f2bdcb19e7f2748d3c368ab11deeb98d63fedca7 (diff) | |
download | volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.tar.gz volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.tar.bz2 volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/friendika.php')
-rw-r--r-- | mod/friendika.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/friendika.php b/mod/friendika.php index 8bd6e3437..7762bfbb5 100644 --- a/mod/friendika.php +++ b/mod/friendika.php @@ -24,7 +24,7 @@ function friendika_init(&$a) { ); - echo str_replace('\\/','/',json_encode($data)); + echo json_encode($data); killme(); } } |