diff options
author | Zach Copley <zach@status.net> | 2010-02-12 12:22:12 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-12 12:24:29 -0800 |
commit | 506c2d7491f7f229a1469ef176fee6c21d61a6c6 (patch) | |
tree | 5cab63ead0160c1a97c7e163b8adc66005a5156b /lib/api.php | |
parent | fd3c9334bfcfe627446feb86ac3054b24ed05449 (diff) |
Initial upgraded Atom output for group timelines
Diffstat (limited to 'lib/api.php')
-rw-r--r-- | lib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api.php b/lib/api.php index 8f1fe1ef7..494b595d1 100644 --- a/lib/api.php +++ b/lib/api.php @@ -1103,7 +1103,7 @@ class ApiAction extends Action } } - function serverError($msg, $code = 500, $content_type = 'json') + function serverError($msg, $code = 500, $content_type = 'xml') { $action = $this->trimmed('action'); |