diff options
author | Zach Copley <zach@status.net> | 2010-07-29 20:31:22 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-07-29 20:31:22 +0000 |
commit | 0faa988e91056564b2ae19f045a81b322cce4e0c (patch) | |
tree | 79187009708588586bc3d3c087507408b89fd822 /lib/apiaction.php | |
parent | 4e8e77f6b091e024f58241c2807c61e0b7930e5c (diff) |
Fix for issue ID 2290: make sure errors are returned in the right
format, and use callback for errors when the request is JSONP
Diffstat (limited to 'lib/apiaction.php')
-rw-r--r-- | lib/apiaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apiaction.php b/lib/apiaction.php index 7868ecab1..479a86ad8 100644 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -27,7 +27,7 @@ * @author Jeffery To <jeffery.to@gmail.com> * @author Toby Inkster <mail@tobyinkster.co.uk> * @author Zach Copley <zach@status.net> - * @copyright 2009 StatusNet, Inc. + * @copyright 2009-2010 StatusNet, Inc. * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ |