mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
This commit is contained in:
@@ -384,7 +384,7 @@ class Instances extends Plugin implements IHandler {
|
||||
|
||||
print json_encode(array("feeds" => $feeds));
|
||||
} else {
|
||||
print json_encode(array("error" => array("code" => 6)));
|
||||
print error_json(6);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user